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
- 자바스크립트
- 생활코딩
- npm
- Nodejs
- 항해99
- Load Balancer
- 타입스크립트
- elb
- AWS
- Joi
- Node.js
- 메소드
- nginx
- JWT
- java
- CORS
- wil
- mongoose
- 프로그래머스
- it
- 노마드코더
- reduce
- ubuntu
- JavaScript
- 조건문
- nomadcoder
- MYSQL
- https
- mongodb
- TypeScript
Archives
- Today
- Total
V-logue
[ubuntu] npm missing required argument #1 본문
스트레스 테스트를 위해 서버를 새로 생성하고,
서버에 node와 npm을 깔고 package.json파일을 npm install로 읽어오려고 하니 다음과 같은 에러가 발생했다.
npm missing required argument #1
npm 버전이 최신버전이 아니라서 생긴 버전 문제라는데,
npm cache clean --force
sudo npm install -g n
sudo n stable
를 차례대로 입력하면 npm install할 수 있다.
'Error' 카테고리의 다른 글
[Nginx] Nginx 504 Gateway Time-out (0) | 2022.08.03 |
---|---|
[Ubuntu] This Node instance does not support builds for Node-API version 3 (0) | 2022.07.28 |
[AWS] EC2 503 Service Temporarily Unavailable (0) | 2022.07.26 |
[Nginx] Nginx 무한 404 Error가 발생하는 문제 (0) | 2022.07.20 |
[Node.js] jwt malformed (0) | 2022.07.14 |
Comments