-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up NPM
Jernej Stražišar edited this page Dec 8, 2018
·
4 revisions
-
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.