Skip to content

Commit 13f1dd6

Browse files
committed
ADD changes from sanathkr#7
1 parent 71ac4c1 commit 13f1dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function getInstallationPath(callback) {
4141
dir = stdout.trim();
4242
}
4343

44+
dir = dir.replace(/node_modules.*\/\.bin/, 'node_modules/.bin');
4445
mkdirp.sync(dir);
4546

4647
callback(null, dir);

0 commit comments

Comments
 (0)