(https://ju-hyeon.tistory.com/15?category=962904 참조)
(https://gist.github.com/egoing/58d0b02b470f66240d35d7e0182ec874)





AWS와 Winscp와 연동된 Putty 화면에서 Debug찍히는 것 확인
Putty
| 명령어 입력 |
|---|
| → sudo apt-get install curl |
| → curl -sL https://deb.nodesource.com/setup_12.x |
| → sudo -E bash - |
| → sudo apt-get install -y nodejs |
| → sudo apt-get install build-essential |
| nvm 설치 |
|---|
| → curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh |
| → export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" |
| → This Loads nvm [ -s “$NVM_DIR/bash_completion” ] && \. “$NVM_DIR/bash_completion” |
| → nvm install —lts |
| → npm install -g yarn |
| yarn 설치 |
|---|
| → sudo apt-get update |
| → sudo apt-get install yarn |
| → yarn —version |
| npm ERR code ENOENT |
|---|
| npm install -g create-react-app |