Install latest NPM with no prompts option?
Closed this issue · 3 comments
Deleted user commented
npm-windows-upgrade -p -v 3.8.9
// works
npm-windows-upgrade -p -v latest
// doesn't
Is there a way to auto install the newest version of NPM without knowing the version number automatically?
felixrieseberg commented
Not right now, but we can probably make that work 👍
felixrieseberg commented
...aaaaaand done! Thanks for the tip!
Nyatra commented
@felixrieseberg Probably should mention this functionality in the README.md. It's a very useful feature, especially for automation. Thanks for adding it! 👍