상세 컨텐츠

본문 제목

Node.js 버전 업그레이드 관련(AWS C9 등등)

WEB/JavaScript

by 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:

  1. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
  2. nvm install v10.15.0
    for npm
  3. 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

 

 

 

=================================

=================================

=================================

 

 

 

 

 

반응형


관련글 더보기

댓글 영역