update to deno
This commit is contained in:
@@ -24,13 +24,13 @@ export class SzciNodeJsManager {
|
||||
await this.install(argvArg._[2]);
|
||||
break;
|
||||
default:
|
||||
logger.log('error', `>>npmci node ...<< action >>${action}<< not supported`);
|
||||
logger.log('error', `>>szci node ...<< action >>${action}<< not supported`);
|
||||
Deno.exit(1);
|
||||
}
|
||||
} else {
|
||||
logger.log(
|
||||
'error',
|
||||
`>>npmci node ...<< cli arguments invalid... Please read the documentation.`
|
||||
`>>szci node ...<< cli arguments invalid... Please read the documentation.`
|
||||
);
|
||||
Deno.exit(1);
|
||||
}
|
||||
@@ -64,7 +64,7 @@ export class SzciNodeJsManager {
|
||||
await bash('npm -v');
|
||||
|
||||
// lets look for further config
|
||||
const config = await this.szciRef.npmciConfig.getConfig();
|
||||
const config = await this.szciRef.szciConfig.getConfig();
|
||||
logger.log('info', 'Now checking for needed global npm tools...');
|
||||
for (const npmTool of config.npmGlobalTools) {
|
||||
logger.log('info', `Checking for global "${npmTool}"`);
|
||||
|
||||
Reference in New Issue
Block a user