-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install toobusy on Windows 7! #37
Comments
Can you include npm-debug.log? This output doesn’t tell us what the error is. node-toobusy compiles some c++ code, so there might be a problem with that. Matej Kramny On Saturday, 30 August 2014 at 01:08, bobcaprice wrote:
|
There is a JS-only fork which you could try. It doesn’t depend on node-gyp Matej Kramny On Saturday, 30 August 2014 at 01:14, Matej Kramny wrote:
|
Hi Matej, Thanks for getting back to me. Here is the content of the npm-debug.log file - I still can't see what the error is though! Can you? Thanks again for your help. George npm-debug.log: 0 info it worked if it ends with ok |
Hi George, It doesn’t tell us very much :/. Can you try installing the dependencies listed on node-gyp readme? https://github.com/TooTallNate/node-gyp Also, you might want to consider trying this fork: https://github.com/STRML/node-toobusy. It seems that doesn’t use node-gyp :P. Cheers, Matej Kramny On Monday, 1 September 2014 at 12:56, bobcaprice wrote:
|
Thanks Matej, I'll try that shortly and get back to you. :-) |
Hi, Did you manage to fix this? I would like to use in under windows 7 as well, but I get the same error. Thanks! Roy |
Use a different fork. This one compiles c++ deps. On Monday, November 17, 2014, rooi [email protected] wrote:
|
Hi, I ended up using toobusy-js, which worked first time. Thanks, George Date: Mon, 17 Nov 2014 04:25:04 -0800 Hi, Did you manage to fix this? I would like to use in under windows 7 as well, but I get the same error. Thanks! Roy —
|
Thanks George and Matej. toobusy-js works fine. |
Hi, Using this command toobusy worked as well: Setting environment variables like PYTHON, PYTHONPATH and/or add python the the PATH did not work for some reason. Perhaps someone can use this, or maybe it can help fixing this issue? Roy |
I am on Windows7 and I get this error (NPM-debug.log) 0 info it worked if it ends with ok |
Matej: "There is a JS-only fork which you could try. It doesn’t depend on node-gyp Matej Kramny" where is this JS only repo located? thanks |
is this it? |
This is the js-only fork. https://github.com/STRML/node-toobusy |
I am having a real problem installing toobusy when trying to run a node js application in a windows environment. I'm using a cygwin command line and getting the following output:
$ npm install toobusy
npm WARN package.json [email protected] No repository field.
C:\nodeproject\node_modules\toobusy>node "C:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild
gypnpm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the toobusy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls toobusy
npm ERR! There is likely additional logging output above.
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" "toobusy"
npm ERR! cwd C:\nodeproject
npm ERR! node -v v0.10.31
npm ERR! npm -v 1.4.23
npm ERR! code ELIFECYCLE
npm
I've tried switching between 64 bit and 32 bit node js installations but to no avail.
Can anybody help? Any suggestions would be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: