NodeJS 웹 소스 ubuntu 배포
#nodejs 웹 소스 ubuntu 배포 -. nodejs 설치 sudo apt-get install nodejsnodejs -v #버전확인-. npm 설치sudo apt-get install npm-. 배포npm install -g serve # serve 패키지 설치 serve -s dist…
#nodejs 웹 소스 ubuntu 배포 -. nodejs 설치 sudo apt-get install nodejsnodejs -v #버전확인-. npm 설치sudo apt-get install npm-. 배포npm install -g serve # serve 패키지 설치 serve -s dist…
-. nodejs 설치node-v12.15.0-x64.msid:\nodejs 에 설치Tools for Native Modules에서 Automatically Install the necessary tools. 선택 함-. yarn 패키지 매니저 설치npm install -g yarn# yarn 설치 후 npm안되면 yarn으로 npm 새로 설치…