最終更新:2023-05-19 (金) 13:35:09 (350d)  

nvm install
Top / nvm install

  • nvm install node?Install the latest available version
    nvm use node?Use the latest version
    nvm install --lts?Install the latest LTS version
    nvm use --lts?Use the latest LTS version

NVM for Windows

  • The version can be a specific version, "latest" for the latest current version, or "lts" for the most recent LTS version. Optionally specify whether to install the 32 or 64 bit version (defaults to system arch). Set [arch] to "all" to install 32 AND 64 bit versions.
  • Add --insecure to the end of this command to bypass SSL validation of the remote download server.