Error: Completion callback never invoked
See original GitHub issueE:\TEST\sqlite3>npm install sqlite3
sqlite3@4.0.0 install E:\TEST\sqlite3\node_modules\sqlite3 node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Windows_NT 6.1.7601
node-pre-gyp ERR! command “D:\nodejs\node.exe” “E:\TEST\sqlite3\node_module
s\sqlite3\node_modules\node-pre-gyp\bin\node-pre-gyp” “install” “–fallback
-to-build”
node-pre-gyp ERR! cwd E:\TEST\sqlite3\node_modules\sqlite3
node-pre-gyp ERR! node -v v8.9.3
node-pre-gyp ERR! node-pre-gyp -v v0.9.0
node-pre-gyp ERR! This is a bug in node-pre-gyp.
node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not he
lp:
node-pre-gyp ERR!     https://github.com/mapbox/node-pre-gyp/issues
npm ERR! code ENOSYS
npm ERR! errno ENOSYS
npm ERR! syscall kill
npm ERR! kill ENOSYS
Issue Analytics
- State:
- Created 5 years ago
- Reactions:13
- Comments:37 (7 by maintainers)

 Top Related Medium Post
Top Related Medium Post Top Related StackOverflow Question
Top Related StackOverflow Question
face the same issue
npm install -g node-pre-gyp …(this will install v0.9.0) npm update node-pre-gyp …(this will update it to 0.10.0)
or alternatively npm install -g node-pre-gyp@0.10.0