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