써먹는 웹개발

[Node] 에러메시지 - npm ERR! Unexpected end of JSON input while parsing near '...c...' 본문

Server/Node.js

[Node] 에러메시지 - npm ERR! Unexpected end of JSON input while parsing near '...c...'

kmhan 2021. 4. 23. 23:51


728x90
반응형

※ 에러가 발생한 명령어 : npm install multer multer-s3 mongoose socket.io jsonwebtoken bcrypt aws-sdk

 

npm install 중에 다음과 같은 에러 메시지가 발생했을때 해결방법

 

1. 에러메시지

npm ERR! Unexpected end of JSON input while parsing near '...cj8HWt2uuTCks2qg8QkyB'

 

2. 해결한 명령어 (캐시 비우고 다시 설치)

npm cache clean --force
npm install multer multer-s3 mongoose socket.io jsonwebtoken bcrypt aws-sdk

 

출처 : github.com/immerjs/immer/issues/546

728x90
반응형


Comments