NVM 설치
apt-get install build-essential libssl-dev
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
source ~/.bashrc
v14.17.0버전 설치
nvm install 14.17.0
nvm use v14.17.0
nvm alias default v14.17.0
node --version
'nodejs' 카테고리의 다른 글
nodejs so파일 (0) | 2021.09.10 |
---|---|
MongoError: Cannot use a session that has ended (0) | 2021.07.20 |
nodemon 설정 방법 (0) | 2020.12.09 |
axios 전송 (0) | 2020.12.08 |
web3.js 비동기 nodejs 함수 비교 (0) | 2020.11.24 |