nodejs.org

Download | Node.js

버전 변경

node -v 				// 내가 사용하고 있는 Node 버전 확인하기
nvm list available 		// 사용 가능한 버전 조회하기
nvm install 14.15.4 	// 14.15.4(LTS) 버전 다운로드하기
nvm list				// 설치 되어있는 버전확인하기
nvm use 14.15.4			// 14.15.4 버전 사용하기
node -v

캐시 삭제

npm cache clean --force

react-scripts : commant not found

npm update
npm install

mysqladmin -h realvrfishingtest.cu0rqlgsuvxz.us-west-1.rds.amazonaws.com -p miragesoft -p flush-hosts

npm install -g npm@버전

ssh -i “C:/realvrfishing_serversidetest.pem” [email protected]

nano /var/www/html/index.html

NVM install 오류

nvm command not found :(