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 71ac4c1 commit 13f1dd6Copy full SHA for 13f1dd6
src/common.js
@@ -41,6 +41,7 @@ function getInstallationPath(callback) {
41
dir = stdout.trim();
42
}
43
44
+ dir = dir.replace(/node_modules.*\/\.bin/, 'node_modules/.bin');
45
mkdirp.sync(dir);
46
47
callback(null, dir);
0 commit comments