You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use this package on Windows, a package called Windows Build Tools must be installed. This package can be installed globally by running npm install -g windows-build-tools.
This package install has been failing recently. Upon research, installing via Choco is a working fix by running choco install python visualcpp-build-tools -y, so I am documenting it here for the future.
In order to use this package on Windows, a package called Windows Build Tools must be installed. This package can be installed globally by running
npm install -g windows-build-tools
.This package install has been failing recently. Upon research, installing via Choco is a working fix by running
choco install python visualcpp-build-tools -y
, so I am documenting it here for the future.See this Github Issue for details: felixrieseberg/windows-build-tools#152
The text was updated successfully, but these errors were encountered: