Git Product home page Git Product logo

Comments (4)

barbalex avatar barbalex commented on May 18, 2024 2

@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 :-)

from integer.

JoshuaWise avatar JoshuaWise commented on May 18, 2024

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

from integer.

nektro avatar nektro commented on May 18, 2024

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

from integer.

JoshuaWise avatar JoshuaWise commented on May 18, 2024

@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.

from integer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.