Search⌘ K
AI Features

Additional Information

Understand how to install Node.js across platforms and use npm to manage packages including installing specific versions, updating, and uninstalling. Discover useful npm flags and learn to navigate official documentation for ongoing Node.js development.

Installing Node.js

Being cross-platform, Node.js is available on a number of different operating systems. Head over to their download page here to download it on your machine. You can choose between the LTSLong-Term Support and the latest version.

This course was written with Node.js 14.8, which was the latest version at the time of writing.

Installing packages

It is very easy to search for packages on the npmjs website. Most packages have very resourceful pages with links to the official ...