We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The command in the docs takes forever and sometimes doesn't even finish.
I found this one just works: npm install --global [email protected]
npm install --global [email protected]
From felixrieseberg/windows-build-tools#179
The text was updated successfully, but these errors were encountered:
npm install --global --production windows-build-tools --vs2017 npm config set msvs_version 2017
This worked for me. I guess the newest version needs a version explicitly set for some reason? Even though it does say VS2017 is the default.
Sorry, something went wrong.
It seems that node already comes with tools to build on windows and we don't need this anymore, see https://github.com/felixrieseberg/windows-build-tools
Depends how you install node. My preferred method is using nvm, or nvm-windows.
nvm-windows doesn't install any build tools. coreybutler/nvm-windows#627
No branches or pull requests
The command in the docs takes forever and sometimes doesn't even finish.
I found this one just works:
npm install --global [email protected]
From felixrieseberg/windows-build-tools#179
The text was updated successfully, but these errors were encountered: