Typescript Ec2 Deployment
TYPESCRIPT EC2 DEPLOYMENT
typescript 배포 삽질기
-
node.js 16.x 버전 설치
-
curl -fsSL https://deb.nodesource.com/setup_16.x sudo -E bash - - sudo apt-get install -y nodejs
-
-
git clone
- git clone https://github.com/woowa-techcamp-2021/deal-17
- npm install → 에러
- sudo npm install → 서버가 뻗었다…!
- sudo apt install build-essential sudo npm install -g node-gyp sudo apt install python-dev
- 해결 1)
sudo npm uninstall -g npm-check-updates
- 해결 2)
sudo npm install -g npm-check-updates
- npm install
- mysql 설치
sesrver 실행할때 뻗는다..
default로 힙사이즈 강제로 넓히기