You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build sqlite3 for nw.js 0.12.3, I keep running into this error. I've never build node modules before so I have no Idea whats going on here, if someone could help or point me in the right direction it would be much appreciated.
This is that the console output:
> [email protected] install .\node_modules\sqlite3
> node-pre-gyp install --fallback-to-build
.\node_modules\sqlite3>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" clean ) else (node "" clean )
(node) child_process: options.customFds option is deprecated. Use options.stdio instead.
Traceback (most recent call last):
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\gyp_main.py", line 18, in <module>
sys.exit(gyp.script_main())
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\pylib\gyp\__init__.py", line 534, in script_main
return main(sys.argv[1:])
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\pylib\gyp\__init__.py", line 527, in main
return gyp_main(args)
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\pylib\gyp\__init__.py", line 503, in gyp_main
options.circular_check)
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\pylib\gyp\__init__.py", line 98, in Load
generator.CalculateVariables(default_variables, params)
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\pylib\gyp\generator\msvs.py", line 1798, in CalculateVariables
generator_flags.get('msvs_version', 'auto'))
File "~\AppData\Roaming\npm\node_modules\nw-gyp\gyp\pylib\gyp\MSVSVersion.py", line 400, in SelectVisualStudioVersion
versions = _DetectVisualStudioVersions(version_map[version], 'e' in version)
KeyError: '2015'
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (~\AppData\Roaming\npm\node_modules\nw-gyp\lib\configure.js:361:16)
gyp ERR! stack at emitTwo (events.js:100:13)
gyp ERR! stack at ChildProcess.emit (events.js:185:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "D:\\Users\\Digipixel_IO\\AppData\\Roaming\\npm\\node_modules\\nw-gyp\\bin\\nw-gyp.js" "configure" "--fallback-to-build" "--module=D:\\Node\\projects\\tea\\sqlite3-nwjs\\node_modules\\sqlite3\\lib\\binding\\node-webkit-v0.12.3-win32-x64\\node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=D:\\Node\\projects\\tea\\sqlite3-nwjs\\node_modules\\sqlite3\\lib\\binding\\node-webkit-v0.12.3-win32-x64" "--python=C:/Python27/python.exe" "--msvs_version=2015"
gyp ERR! cwd .\node_modules\sqlite3
gyp ERR! node -v v5.7.1
gyp ERR! nw-gyp -v v0.13.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute 'nw-gyp.cmd configure --fallback-to-build --module=.\node_modules\sqlite3\lib\binding\node-webkit-v0.12.3-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=.\node_modules\sqlite3\lib\binding\node-webkit-v0.12.3-win32-x64 --python=C:/Python27/python.exe --msvs_version=2015' (1)
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (.\node_modules\sqlite3\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
node-pre-gyp ERR! stack at emitTwo (events.js:100:13)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:185:7)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:827:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
node-pre-gyp ERR! System Windows_NT 10.0.10586
node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "D:\\Node\\projects\\tea\\sqlite3-nwjs\\node_modules\\sqlite3\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd .\node_modules\sqlite3
node-pre-gyp ERR! node -v v5.7.1
node-pre-gyp ERR! node-pre-gyp -v v0.6.14
node-pre-gyp ERR! not ok
Failed to execute 'nw-gyp.cmd configure --fallback-to-build --module=.\node_modules\sqlite3\lib\binding\node-webkit-v0.12.3-win32-x64\node_sqlite3.node --module_name=node_sqlite3 --module_path=.\node_modules\sqlite3\lib\binding\node-webkit-v0.12.3-win32-x64 --python=C:/Python27/python.exe --msvs_version=2015' (1)
npm WARN enoent ENOENT: no such file or directory, open '.\package.json'
npm WARN sqlite3-nwjs No description
npm WARN sqlite3-nwjs No repository field.
npm WARN sqlite3-nwjs No README data
npm WARN sqlite3-nwjs No license field.
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "sqlite3" "--build-from-source" "--runtime=node-webkit" "--target_arch=x64" "--target=0.12.3"
npm ERR! node v5.7.1
npm ERR! npm v3.6.0
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the sqlite3 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-pre-gyp install --fallback-to-build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs sqlite3
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls sqlite3
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! .\sqlite3-nwjs\npm-debug.log
To be fair - 0.12.3 will be going into maintenance-only mode in two weeks, with the current LTS being 4.x (4.4 at the time of this comment) and the current stable being 5.x (5.9 at the time of this comment), so still building for 0.12 is inadvisable.
I'm trying to build sqlite3 for nw.js 0.12.3, I keep running into this error. I've never build node modules before so I have no Idea whats going on here, if someone could help or point me in the right direction it would be much appreciated.
This is that the console output:
npm-debug.log
This is the command I'm running:
and I've set the variables:
and I have the GYP_MSVS_VERSION=2015 set in my PC environment variables and the path added for python.
and here's some more data on the env:
The text was updated successfully, but these errors were encountered: