본문 바로가기
백엔드/Node.js

npm ERR! This is probably not a problem with npm. There is likely additional logging output above

by 작은소행성 2022. 5. 26.

프로젝트를 사용할 때 

npm install

npm run build

를 실행한 파일에 다시 

npm run build를 사용하려고 하니 다음과 같은 에러가 나왔다. 

 

 

해결방법

프로젝트 폴더 안에 node_modules 폴더를 지우고 npm install을 하면 새로운 node_modules이 생성되면서 서버가 실행된다. 

 

 

반응형

'백엔드 > 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