Additional Information
Important links and setting up Node.js locally.
We'll cover the following...
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
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 ...