Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

npm fails on windows 7 x64 when calls to node-gyp.js rebuild #4047

@Babay88

Description

@Babay88

system: Windows7 x64, node.js x64. python 2.7.3.
trying to install pg or sqlite3. both call node-gyp.js rebuild - and that causes an error.
sorry, I have russian windows - that causes "???"

D:\job\TimeRecordService>npm install sqlite3
 npm http GET https://registry.npmjs.org/sqlite3
 npm http 200 https://registry.npmjs.org/sqlite3
 npm http GET https://registry.npmjs.org/sqlite3/-/sqlite3-2.1.5.tgz
 npm http 200 https://registry.npmjs.org/sqlite3/-/sqlite3-2.1.5.tgz

[email protected] install D:\job\TimeRecordService\node_modules\sqlite3
 node-gyp rebuild

D:\job\TimeRecordService\node_modules\sqlite3>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild
 gyp ERR! configure error
 gyp ERR! stack Error: Command failed: CreateProcessW: ???????? ? ???????.
 gyp ERR! stack
 gyp ERR! stack at ChildProcess.exithandler (child_process.js:540:15)
 gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:91:17)
 gyp ERR! stack at maybeClose (child_process.js:638:16)
 gyp ERR! stack at Socket.ChildProcess.spawn.stdin (child_process.js:815:11)
 gyp ERR! stack at Socket.EventEmitter.emit (events.js:88:17)
 gyp ERR! stack at Socket._destroy.destroyed (net.js:357:10)
 gyp ERR! stack at process.startup.processNextTick.process._tickCallback (node.js:244:9)
 gyp ERR! System Windows_NT 6.1.7601
 gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuil
 d"
 gyp ERR! cwd D:\job\TimeRecordService\node_modules\sqlite3
 gyp ERR! node -v v0.8.9
 gyp ERR! node-gyp -v v0.6.8
 gyp ERR! not ok
 npm ERR! [email protected] install: node-gyp rebuild
 npm ERR! cmd "/c" "node-gyp rebuild" failed with 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions