-
Notifications
You must be signed in to change notification settings - Fork 62
contextify fails to install #10
Comments
npm doesn't currently support building C++ addons on Windows, but @Benvie has forked Contextify and compiled binaries for Windows. Check out: https://github.com/Benvie/contextify for more info. |
I also have a fork I'm using to get try to get builds going for windows using gyp: https://github.com/springmeyer/contextify. |
That's awesome. I'm not very familiar with Windows development, so if there's a way I can merge your work into the main repository and get npm installs working on Windows, please let me know! |
there is not a way yet that I know of. Basically the community needs to work out a system at nodejs/node-v0.x-archive#2136. It looks like gyp will be the basis which is why I am learning how to use it, but my work is not at all modular yet or going to work yet with npm. I just posted here to give a heads up - but its not a real solution yet. |
Also look at #12 |
@srounce not sure what you're talking about; contextify has no hard dependency on jsdom. |
Wrong tab, hence the deletion. |
hello all
im on windows 7, nodejs v0.6.5, npm 1.1.0-alpha-6
here is my log
npm install contextify
node-waf was unexpected at this time.
npm ERR! error installing [email protected] Error: [email protected] preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR! error installing [email protected]
cmd "/c" "node-waf clean || (exit 0); node-waf configure build"
failed with 1npm ERR! error installing [email protected] at ChildProcess. (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\exec.js:49:20)
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:70:17)
npm ERR! error installing [email protected] at maybeExit (child_process.js:359:16)
npm ERR! error installing [email protected] at Process.onexit (child_process.js:395:5)
npm ERR! [email protected] 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 1npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the contextify 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 contextify
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" "contextify"
npm ERR! cwd D:\DEV\PROJECTOS\TEMP\node-tube
npm ERR! node -v v0.6.5
npm ERR! npm -v 1.1.0-alpha-6
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR! message
cmd "/c" "node-waf clean || (exit 0); node-waf configure build"
failed with 1npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! D:\DEV\PROJECTOS\TEMP\node-tube\npm-debug.log
npm not ok
thank you very much
The text was updated successfully, but these errors were encountered: