Skip to content

Commit

Permalink
fix: dont add quotes on node global bin path on Windows
Browse files Browse the repository at this point in the history
pick from #317
  • Loading branch information
fengmk2 committed Dec 7, 2019
1 parent c37b5dc commit bcfdec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const chalk = require('chalk');
const debug = require('debug')('npminstall:bin');
const path = require('path');
const fs = require('mz/fs');
const cmdShim = require('cmd-shim');
const cmdShim = require('cmd-shim-hotfix');
const utils = require('./utils');

module.exports = bin;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"binary-mirror-config": "^1.19.0",
"bytes": "^2.5.0",
"chalk": "^1.1.3",
"cmd-shim": "^2.0.2",
"cmd-shim-hotfix": "^3.0.3",
"co": "^4.6.0",
"co-fs-extra": "^1.2.1",
"co-parallel": "^1.0.0",
Expand Down

0 comments on commit bcfdec3

Please sign in to comment.