반응형
250x250
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
- codebuild
- node
- codedeploy error
- JavaScript
- or some instances in your deployment group are experiencing problems.
- SQL
- java bigdecimal
- kubeflow
- aws cicd
- AWS CI/CD 구축하기
- bootstrap
- aws
- 도커
- Spring Error
- codepipeline
- IntelliJ
- chartjs
- codedeploy
- Spring
- redis
- Jenkins
- Airflow
- chart.js
- VPN
- docker
- Python
- Kafka
- Flux
- PostgreSQL
- COALESCE
Archives
- Today
- Total
Small Asteroid Blog
npm ERR! This is probably not a problem with npm. There is likely additional logging output above 본문
백엔드/Node.js
npm ERR! This is probably not a problem with npm. There is likely additional logging output above
작은소행성☄️ 2022. 5. 26. 10:55728x90
프로젝트를 사용할 때
npm install
npm run build
를 실행한 파일에 다시
npm run build를 사용하려고 하니 다음과 같은 에러가 나왔다.
해결방법
프로젝트 폴더 안에 node_modules 폴더를 지우고 npm install을 하면 새로운 node_modules이 생성되면서 서버가 실행된다.
728x90
반응형
'백엔드 > Node.js' 카테고리의 다른 글
[node] nodemon 설치하기 (0) | 2022.01.04 |
---|---|
node cannot find module (0) | 2022.01.03 |
[nodejs] SyntaxError: Cannot use import statement outside a module (0) | 2021.12.11 |
window yarn 설치 (0) | 2021.12.10 |
[nodejs] error cannot find module 'config' (0) | 2021.12.09 |