fix(core): update
This commit is contained in:
@@ -59,7 +59,7 @@ export class NpmciNodeJsManager {
|
||||
logger.log('warn', 'Nvm not in path so staying at installed node version!');
|
||||
}
|
||||
logger.log('info', 'now installing latest npm version');
|
||||
await bash('npm install -g npm && pnpm install -g pnpm');
|
||||
await bash('npm install -g npm');
|
||||
await bash('node -v');
|
||||
await bash('npm -v');
|
||||
await bash('pnpm -v');
|
||||
|
||||
Reference in New Issue
Block a user