Advertisement
tthtlc

sh: 1: node-waf: not found

Aug 31st, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. tthtlchome:/home/tthtlc>npm install sqlite
  2. npm http GET https://registry.npmjs.org/sqlite
  3. npm http 200 https://registry.npmjs.org/sqlite
  4. npm http GET https://registry.npmjs.org/sqlite/-/sqlite-1.0.4.tgz
  5. npm http 200 https://registry.npmjs.org/sqlite/-/sqlite-1.0.4.tgz
  6. npm WARN excluding symbolic link sqlite3_bindings.node -> build/default/sqlite3_bindings.node
  7.  
  8. > sqlite@1.0.4 preinstall /home/tthtlc/node_modules/sqlite
  9. > node-waf configure build
  10.  
  11. sh: 1: node-waf: not found
  12. npm ERR! weird error 127
  13. npm ERR! not ok code 0
  14. tthtlchome:/home/tthtlc>npm install sqlite3
  15. npm http GET https://registry.npmjs.org/sqlite3
  16. npm http 200 https://registry.npmjs.org/sqlite3
  17. npm http GET https://registry.npmjs.org/sqlite3/-/sqlite3-2.1.15.tgz
  18. npm http 200 https://registry.npmjs.org/sqlite3/-/sqlite3-2.1.15.tgz
  19. npm WARN engine sqlite3@2.1.15: wanted: {"node":">= 0.6.13 && < 0.11.0"} (current: {"node":"v0.11.5-pre","npm":"1.3.4"})
  20.  
  21. > sqlite3@2.1.15 install /home/tthtlc/node_modules/sqlite3
  22. > node-gyp rebuild
  23.  
  24. gyp ERR! configure error
  25. gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead
  26. gyp ERR! stack at install (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:65:16)
  27. gyp ERR! stack at Object.self.commands.(anonymous function) [as install] (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js:66:37)
  28. gyp ERR! stack at getNodeDir (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:228:20)
  29. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:110:9
  30. gyp ERR! stack at ChildProcess.exithandler (child_process.js:636:7)
  31. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:103:17)
  32. gyp ERR! stack at maybeClose (child_process.js:736:16)
  33. gyp ERR! stack at Socket.<anonymous> (child_process.js:949:11)
  34. gyp ERR! stack at Socket.EventEmitter.emit (events.js:100:17)
  35. gyp ERR! stack at Pipe.close (net.js:464:12)
  36. gyp ERR! System Linux 3.2.0-32-generic-pae
  37. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  38. gyp ERR! cwd /home/tthtlc/node_modules/sqlite3
  39. gyp ERR! node -v v0.11.5-pre
  40. gyp ERR! node-gyp -v v0.10.6
  41. gyp ERR! not ok
  42. npm ERR! weird error 1
  43. npm ERR! not ok code 0
  44. tthtlchome:/home/tthtlc>sudo npm install -g sqlite3
  45. [sudo] password for tthtlc:
  46. npm http GET https://registry.npmjs.org/sqlite3
  47. npm http 304 https://registry.npmjs.org/sqlite3
  48. npm WARN engine sqlite3@2.1.15: wanted: {"node":">= 0.6.13 && < 0.11.0"} (current: {"node":"v0.11.5-pre","npm":"1.3.4"})
  49.  
  50. > sqlite3@2.1.15 install /usr/local/lib/node_modules/sqlite3
  51. > node-gyp rebuild
  52.  
  53. gyp ERR! configure error
  54. gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead
  55. gyp ERR! stack at install (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:65:16)
  56. gyp ERR! stack at Object.self.commands.(anonymous function) [as install] (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js:66:37)
  57. gyp ERR! stack at getNodeDir (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:228:20)
  58. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:110:9
  59. gyp ERR! stack at ChildProcess.exithandler (child_process.js:636:7)
  60. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:103:17)
  61. gyp ERR! stack at maybeClose (child_process.js:736:16)
  62. gyp ERR! stack at Socket.<anonymous> (child_process.js:949:11)
  63. gyp ERR! stack at Socket.EventEmitter.emit (events.js:100:17)
  64. gyp ERR! stack at Pipe.close (net.js:464:12)
  65. gyp ERR! System Linux 3.2.0-32-generic-pae
  66. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  67. gyp ERR! cwd /usr/local/lib/node_modules/sqlite3
  68. gyp ERR! node -v v0.11.5-pre
  69. gyp ERR! node-gyp -v v0.10.6
  70. gyp ERR! not ok
  71. npm ERR! weird error 1
  72. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement