Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- JavaScript
- nginx
- 노마드코더
- CORS
- Node.js
- 메소드
- 항해99
- 프로그래머스
- 조건문
- 자바스크립트
- nomadcoder
- java
- elb
- wil
- mongoose
- https
- AWS
- reduce
- 생활코딩
- Load Balancer
- mongodb
- Nodejs
- it
- TypeScript
- JWT
- npm
- Joi
- 타입스크립트
- ubuntu
- MYSQL
Archives
- Today
- Total
V-logue
[Ubuntu] This Node instance does not support builds for Node-API version 3 본문
Error
[Ubuntu] This Node instance does not support builds for Node-API version 3
보그 2022. 7. 28. 15:29AWS EC2 프리 티어 에이 노드 앱을 배포하려고했을 때 이 문제가 발생했다.
이 문제는 현재 내 ubuntu 서버에 깔려있는 Node가 최신 버전이 아니기 때문인데,
해결책은 Node와 npm을 최신 버전으로 업그레이드 하면 된다.
$ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
Personal Package Archive, 개인 패키지 저장소인 ppa를 설치해준다.
참고로 , 다른버전을 설치하고 싶다면 setup_14.x부분을 다른 버전으로 바꿔주면 된다.
sudo apt install nodejs
문제 해결
'Error' 카테고리의 다른 글
[MySQL / MariaDB] Can't add new command when connection is in closed state (0) | 2023.07.12 |
---|---|
[Nginx] Nginx 504 Gateway Time-out (0) | 2022.08.03 |
[ubuntu] npm missing required argument #1 (0) | 2022.07.28 |
[AWS] EC2 503 Service Temporarily Unavailable (0) | 2022.07.26 |
[Nginx] Nginx 무한 404 Error가 발생하는 문제 (0) | 2022.07.20 |
Comments