Similar presentations:
Hot fix npm i (npm install) npm start
1.
Hot fixnpm i
(npm install)
npm start
2.
For install use: https://github.com/nvm-sh/nvm (gitHub репозиторий nvm).Link for last version for Windows: https://github.com/coreybutler/nvmwindows/releases.
Download and install: nvm-setup.zip
3.
Download and install: Githttps://git-scm.com/
4.
Open and run as administrator Command Prompt5.
check the version of nvm: nvm -vinstall node js with nvm: nvm install 16.13.2
if we want to use this version, type: nvm use 16.13.2
6.
use command: nvm use 16.13.2check the version of node js: node -v
check the list of installed node js: nvm list
or
check the list of installed node js: nvm ls
7.
now install node js with nvm: nvm install 18.17.1check the list of installed node js: nvm list
or
check the list of installed node js: nvm ls
if we want to use this version, type: nvm use 18.17.1
check the list of installed node js: nvm ls
=======================================
if something is not working switch between the
versions of node js with command: nvm use
software