Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

update to specific version of node brew

// MAC users

1. install desired node version:
	brew install node@14
2. unlink current version of node:
	brew unlink node
3. link new version of node:
	brew link node@14
4. check runing version of node:
	node -v
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #specific #version #node #brew
ADD COMMENT
Topic
Name
7+1 =