We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a95945 commit eb1b404Copy full SHA for eb1b404
cli/util.js
@@ -126,7 +126,7 @@ function modExists(name, version) {
126
}
127
128
function modInstall(install) {
129
- child_process.execSync("npm --silent install " + (typeof install === "string" ? install : install.join(" ")), {
+ child_process.execSync("npm --silent --no-bin-links install " + (typeof install === "string" ? install : install.join(" ")), {
130
cwd: __dirname,
131
stdio: "ignore"
132
});
0 commit comments