[Node.js] 최신버전으로 업데이트 하기
Node 업데이트 $ sudo npm cache clean -f # 강제캐시삭제 $ sudo npm install -g n # n 모듈 설치 $ sudo n stable # or sudo n 12.14.0 (버전명) $ node -v # 버전 확인 Node 업데이트 오류 bash: /usr/bin/node..
question0.tistory.com
error log
@grpc/grpc-js only works on Node ^8.13.0 || >=10.10.0
'nodejs' 카테고리의 다른 글
[nodejs] firestore data get collection / document (0) | 2021.01.20 |
---|---|
[nodejs] get 요청시 json dummy 출력 (0) | 2021.01.19 |
[nodejs][ubunt편집][vim] (0) | 2021.01.15 |
[nodejs] aws 초기 (0) | 2021.01.15 |
[ubuntu18.04] 폴더 삭제 (0) | 2021.01.15 |