In this Video we will see, How we can Update NodeJS and NPM through NVM in MacOS. Before Updating the Node and Npm, we need to Install the NVM in our MacOS Machine.
Command to Install -
NVM github URL - github.com/nvm-sh/nvm
After Installing the NVM, We can proceed towards Updation Part, where we will first be Updating the Node and then NPM.
Command - nvm install node
Command - npm -g install npm
#nodejs #npm
コメント