티스토리 뷰
특정 버전 설치
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
yum install nodejs
node --version
yarn 설치
npm install --global yarn
'Programming Languages > Node.js' 카테고리의 다른 글
[React] pm2 로 react 서버 중단하지 않고 실행하기 (+port 번호 바꿔서 실행) (0) | 2021.08.10 |
---|