🟨JavaScript (NodeJS)
Install Nodejs and npm on your computer
npm - Official NodeJS Package Manager
Select your Operating System
Installing Nodejs and Npm

Check the NodeJS Installation
Open cmd or PowerShell and run:
node -v
Check the npm Installation
Open cmd or PowerShell and run:
npm -v
Last updated