Skip to content

Commit

Permalink
Workaround multiple deps npm/cli#1460
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnussio committed Mar 15, 2021
1 parent 7dc9014 commit db5258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const installMissingDeps = async (err) =>
term("Installing missing dependency...\n\n");
const subprocess = execa("npm", [
"install",
"--no-save",
// "--no-save", // https://github.com/npm/cli/issues/1460
missingModuleName,
]);
// subprocess.stdout.on("data", term);
Expand Down

0 comments on commit db5258e

Please sign in to comment.