install node using nvm windows
First install NVM - https://stackoverflow.com/questions/25654234/node-version-manager-nvm-on-windows -2.nd answer
nvm install latest
nvm use 15.4.0 [instead of 15.4.0 use whatever number cmd spills on you]
install node using nvm windows
First install NVM - https://stackoverflow.com/questions/25654234/node-version-manager-nvm-on-windows -2.nd answer
nvm install latest
nvm use 15.4.0 [instead of 15.4.0 use whatever number cmd spills on you]
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
windows install node and npm
npm init to start a new project
nodejs.org/download to download node.js
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us