felixrieseberg / npm-windows-upgrade

:rocket: Upgrade npm on Windows
MIT License
2.53k stars 149 forks source link

Fixed link in "logUpgradeFailure" to refer to #fix-an-attempted-upgrade URL #141

Closed willediger closed 5 years ago

willediger commented 5 years ago

The error message below was linking to .../npm-windows-upgrade#usage.

A common reason is an attempted "npm install npm" or "npm upgrade npm". As of today, the only solution is to completely uninstall and then reinstall Node.js. For a small tutorial, please see https://github.com/felixrieseberg/npm-windows-upgrade#usage.

I updated it to refer to .../npm-windows-upgrade#fix-an-attempted-upgrade, which is the section that details how to fix the error.

felixrieseberg commented 5 years ago

Nevermind the CI failure, that's just happening because CI doesn't play well with untrusted builds. This is a good first PR, thank you!