WEB/JavaScript
Node.js 버전 업그레이드 관련(AWS C9 등등)
AlrepondTech
2019. 12. 13. 02:04
반응형
=================================
=================================
=================================
출처: https://community.c9.io/t/2019-version-update-for-react-app/28012
Following the tutorial of how to install reactjs on c9 workspace How to setup React App 7 the 2019 update are
current node stable version v10.15.3
current npm stable v6.9.0
and to install version follow the steps mentioned above with the current version for node:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
- nvm install v10.15.0
for npm - npm install -g npm
in my case, I had to run this command twice.(as indicated on terminal)
now cd into your folder and run command npm start
open live preview application
and Voila!
I hope this helps.
=================================
=================================
=================================
#기타관련링크
- https://namu.wiki/w/Node.js?from=Nodejs
=================================
=================================
=================================
반응형