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 0433799 commit 7266c5aCopy full SHA for 7266c5a
test/sanity/nw_util.py
@@ -78,7 +78,7 @@ def install_native_modules():
78
if sys.platform in ('win32', 'cygwin'):
79
nw_gyp_path = os.path.join(os.path.dirname(nw_gyp_path),
80
'node_modules', 'nw-gyp', 'bin', 'nw-gyp.js')
81
- npm_cmdline = [npm_path, 'install', '--msvs_version=2015']
+ npm_cmdline = [npm_path, 'install', '--msvs_version=2017']
82
83
print "nw_gyp: ", nw_gyp_path
84
print "npm_path: ", npm_path
0 commit comments