Exploring Support for --reinstall-packages-from=current and --latest-npm Flags in nvm for Windows: An Inquiry and Alternative Solutions #1019
-
Is the nvm for Windows currently supporting or planning to support the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No. NVM4W is not the same as nvm and neither project has a goal of being in sync with each other. That said, we are working on a feature like this for Runtime right now. While the final solution may change, we are currently planning to maintain a list of global modules with the option to auto-install them when new node versions are installed. With npm, we are also working on the ability to specify a preference to choose which version of npm to install (i.e. default, latest, etc). Runtime is also slated to have an optional feature to auto-update existing versions of npm when they become available. Runtime has significant new features over traditional version managers (like a UI, among others), so there are newer/better options for keeping the state of Node in sync with what users prefer. In other words, the challenges are being addressed, but in a different manner. In the meantime, updating npm is as simple as |
Beta Was this translation helpful? Give feedback.
No. NVM4W is not the same as nvm and neither project has a goal of being in sync with each other.
That said, we are working on a feature like this for Runtime right now. While the final solution may change, we are currently planning to maintain a list of global modules with the option to auto-install them when new node versions are installed. With npm, we are also working on the ability to specify a preference to choose which version of npm to install (i.e. default, latest, etc). Runtime is also slated to have an optional feature to auto-update existing versions of npm when they become available.
Runtime has significant new features over traditional version managers (like a UI, among othe…