Answers for "windows install node and npm"

0

node install windows

# install node and npm
download node from https://nodejs.org/en/download/ and install
check node version use WIN+R => cmd => node -v
check npm version use WIN+R => cmd => npm -v

# update npm (i = install, -g = global)
npm i -g npm@latest # npm install -g npm@latest

# find npm on your machine
%AppData%\npm
Posted by: Guest on September-15-2021
0

windows install node and npm

npm init to start a new project
nodejs.org/download to download node.js
Posted by: Guest on June-01-2021

Code answers related to "windows install node and npm"

Browse Popular Code Answers by Language