우분투 node 12 설치, 최신 npm설치 명령어
2020. 11. 26. 19:41ㆍNode.js, Express
node12 설치
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
npm 업데이트
npm -v
sudo npm install -g npm
출처:
qastack.kr/ubuntu/426750/how-can-i-update-my-nodejs-to-the-latest-version
728x90
반응형
'Node.js, Express' 카테고리의 다른 글
NODE에서 FCM을 이용하여 어플에(유니티) PUSH 메시지 보내기 (2) | 2021.02.04 |
---|---|
helmet, helmet-csp사용방법, 오류 Refused to load the (0) | 2020.12.01 |
X-Powered-By헤더 차단 Helmet사용, Express (0) | 2020.10.30 |
우분투에서 node 12 설치 (0) | 2020.10.25 |
오류 PayloadTooLargeError: request entity too large (0) | 2020.10.23 |