Skip to content

Commit 326e740

Browse files
committed
updated node-gyp
1 parent a2b4105 commit 326e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/packager/conf-node-gyp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
npm install --global node-gyp@6.0.1
3+
npm install --global node-gyp@7.0.0
44

55
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ]; then
66
npm config set node_gyp "`npm prefix -g`\node_modules\node-gyp\bin\node-gyp.js"

0 commit comments

Comments
 (0)