How To Upgrade NVM, NPM, Node, and NPX

Kanan Rahimov
2 min readJul 26, 2019

As a “backender” in the world of ̶J̶a̶v̶a̶S̶c̶r̶i̶p̶t̶ frontend, I was looking for commands and options on keeping versions of core components consistent. That’s mainly about NVM, NPM, Node.js, and NPX.

NVM.

At the moment (16 April 2022), the most recent version of NVM is v0.38.0, and to install or update NVM use this command (I will keep this command updated):

# with curlcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

--

--