Tuesday, July 18, 2023

How to update Node.js?

Using npm command, we can easily update or upgraded the Node.js.

The following command updates your Node.js with the latest version.

Command to upgrade Node.js:

npm install -g npm@latest

In my case, it removed 17 packages, and changed 64 packages as part of the Node.js update.

No comments:

Post a Comment

Resize image in Mac OS

How to Easily Resize an Image on Mac Using Preview Ever tried to upload a photo to a website only to be told the file is too large? Or maybe...