-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
node-gyp rebuild: Error: spawn ENOENT #559
Comments
I am getting a similar error trying to install a 3rd party package.
|
Here is the node version information, printed before the error:
|
Sorry I haven't resolved this issue yet for windows, I'm suddenly on OS X now. Had a similar trouble though the first time with node on this laptop, but not any more. Probably some dependency issue. |
@egroj55 @srossross Are you able to reproduce this on a more recent version of node-gyp? |
Sorry, Haven't used windows since that project I believe. Usually a |
👍 will close this out then |
Hi, have tried to install my custom Yeoman generator on Windows 8,
Usally I use Fedora or other unix based systems, but had do use Windows for this project.
Now when I try to run npm link from my generator directory I get this error:
I have tried doing this in the command promts (Windows original,node,ruby and as a Administrator) and Git bash but keep getting this same error.
Doing npm install node-gyp works fine, this error persist when I'm trying to do npm link. I also have a npm-debug.log that I can attach if its helpful.
My user has Full controll for the directory and Sub-directoies in C:\Program Files\nodejs
I had Python 2.7.8 but changed to 2.7.3 as recommended in the installation description (Python is in my Path).
Also have Microsoft Visual Studio C++ 2012/13 for Windows Desktop Express.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: