-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Tried doing a simple basic install on win32 and encountered problems related to the usage of node-waf. From my quick search about the internet node-waf has been deprecated in favor of gyp for nodejs/npm related install needs. Suggesting converting to gyp.
Here's my error:
npm http GET https://registry.npmjs.org/topcube
npm http 304 https://registry.npmjs.org/topcubetopcube@0.0.7 preinstall C:\Users\xxxxx\node_modules\topcube
node-waf clean || (exit 0); node-waf configure buildnode-waf was unexpected at this time.
npm ERR! error installing topcube@0.0.7npm ERR! topcube@0.0.7 preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR!cmd "/c" "node-waf clean || (exit 0); node-waf configure build"failed with 1
npm ERR!
npm ERR! Failed at the topcube@0.0.7 preinstall script.
npm ERR! This is most likely a problem with the topcube package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || (exit 0); node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls topcube
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files (x86)\nodejs\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" "topcube"
npm ERR! cwd C:\Users\xxxxx
npm ERR! node -v v0.6.11
npm ERR! npm -v 1.1.1
npm ERR! code ELIFECYCLE
npm ERR! message topcube@0.0.7 preinstall:node-waf clean || (exit 0); node-waf configure build
npm ERR! messagecmd "/c" "node-waf clean || (exit 0); node-waf configure build"failed with 1
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\xxxxx\npm-debug.log
npm not ok