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 121400b commit 86428ddCopy full SHA for 86428dd
lib/spawnify.js
@@ -15,7 +15,7 @@ const WIN = process.platform === 'win32';
15
const spawn = child_process.spawn;
16
17
const find = require('glob');
18
-const win = require('win32/legacy');
+const win = require('win32');
19
20
const newLine = (error) => {
21
error.message += '\n';
package.json
@@ -24,7 +24,7 @@
24
"tildify": "^1.2.0",
25
"try-catch": "^2.0.0",
26
"untildify": "^3.0.2",
27
- "win32": "^1.0.0"
+ "win32": "^2.0.0"
28
},
29
"devDependencies": {
30
"eslint": "^4.0.0"
0 commit comments