Skip to content

Setting up NPM

Jernej Stražišar edited this page Dec 8, 2018 · 4 revisions

Step 1: Set up NodeJS and NPM

  • Go to the NodeJS webpage and download the version that matches your system.

  • Run the installer.

  • After the installation is complete, open a terminal of your choice and type node -v to check if NPM was installed properly.


Proceed to Project Setup

Clone this wiki locally