반응형
=================================
=================================
=================================
출처: 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
=================================
=================================
=================================
반응형
'WEB > JavaScript' 카테고리의 다른 글
[JavaScript] 자바스크립트 코드, 코드압축, 코드숨기기 코드암호화 보안 관련 (0) | 2020.09.20 |
---|---|
Node.js로 ECMAScript 모듈을 사용하는 방법 관련(import, export, mjs) 관련 (0) | 2019.12.13 |
[JavaScript] 자바스크립트 다운로드 링크 구현하기 (0) | 2019.09.18 |
[Node.js] Node.js 피차 종료못한 남은 프로세스[무한루프, 잘못된서버종료 등등] 종료 관련 (0) | 2018.11.05 |
[Node.js] Node.js 웹소켓 nodejs-websocket (0) | 2018.11.05 |