We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b4105 commit 326e740Copy full SHA for 326e740
electron/packager/conf-node-gyp.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-npm install --global node-gyp@6.0.1
+npm install --global node-gyp@7.0.0
4
5
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ]; then
6
npm config set node_gyp "`npm prefix -g`\node_modules\node-gyp\bin\node-gyp.js"
0 commit comments