How to Update NodeJs and NPM in MacOS

Опубликовано: 13 Октябрь 2024
на канале: Prashant Rana
678
12

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 - https://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