Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

downgrade nodejs with nvm

nvm use 16.4.0 //or any lower version

node -v
//expected 16.4.0

//If it doesn't work, try running your command prompt in administrator mode
//	You can also try turning nvm on and off by using:
nvm on
nvm off
 
PREVIOUS NEXT
Tagged: #downgrade #nodejs #nvm
ADD COMMENT
Topic
Name
3+2 =