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
{{ message }}
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
My operating system is win10 64-bit, and the node version is 15.6.0. When I run npm install --global --production windows-build-tools, it just ends. However, when I lower the version of node, it can be installed normally.
The text was updated successfully, but these errors were encountered:
That's likely caused by the "engines" section of package.json. I'd have to
look but it probably didn't consider versions above 12 or 14 (this package
is badly in need of update). Thanks for reporting (though it might have
been better as a separate issue).
My operating system is win10 64-bit, and the node version is 15.6.0. When I run
npm install --global --production windows-build-tools
, it just ends. However, when I lower the version of node, it can be installed normally.The text was updated successfully, but these errors were encountered: