Skip to content
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

Does not install on Windows10 even with build tools and python #9

Closed
nektro opened this issue Oct 15, 2018 · 4 comments
Closed

Does not install on Windows10 even with build tools and python #9

nektro opened this issue Oct 15, 2018 · 4 comments

Comments

@nektro
Copy link

nektro commented Oct 15, 2018

https://gist.github.com/nektro/96f301d3d1891451fac0f11416d0d18c

@JoshuaWise
Copy link
Owner

JoshuaWise commented Oct 15, 2018

This is not an issue with integer itself, it's an issue with node-gyp.

@nektro
Copy link
Author

nektro commented Oct 15, 2018

do you know if nodejs/node-gyp has a running issue on this? or what i can do to fix it?

@JoshuaWise
Copy link
Owner

@nektro The issue is probably related to how your specific system is configured.

You may need to install windows-build-tools:

npm install --global --production windows-build-tools

It's possible you need to configure it with a different version of visual studio:

npm install --global --production --vs2015 windows-build-tools node-gyp

It's possible that the build system can't find its python dependency:

npm install --global --production --vs2015 --add-python-to-path windows-build-tools node-gyp

If none of those fix your problem, I would try google searching:

The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Default.props" was not found.

@barbalex
Copy link

@JoshuaWise You saved my ass after spending 3 days chasing ghosts.

npm install --global --production --vs2015 windows-build-tools node-gyp

finally worked for me.

Please enjoy a beer. Or just having saved a complete stranger's ass :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants