We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8db110 commit 4149909Copy full SHA for 4149909
packages/cli/src/lib/setup/setupInstall.ts
@@ -435,8 +435,7 @@ export class Install {
435
console.error(`host.${hostname} Cannot install ${npmUrl}: ${result.exitCode}`);
436
return this.processExit(EXIT_CODES.CANNOT_INSTALL_NPM_PACKET);
437
}
438
- // create file that indicates that npm was called there
439
- fs.writeFileSync(path.join(installDir, 'iob_npm.done'), ' ');
+
440
// command succeeded
441
return { _url: npmUrl, installDir: path.dirname(installDir) };
442
} else {
0 commit comments