npm 오류!근처 확인 시 JSON 입력이 예기치 않게 종료됨
1014 단어 troubleshootingnpmerrorswebdev
npm ERR! Unexpected end of JSON input while parsing near
npm
캐시가 손상되었을 가능성이 높습니다.시도:
npm cache clean --force
windows
사용자라면 이 폴더의 모든 파일을 삭제하십시오.C:\Users{{your-username}}\AppData\Roaming\npm-cache
그리고npm cache verify
만약 이것이 작용하지 않는다면, 최신 버전으로 업데이트를 시도하십시오(위험 이해)npm i npm@latest -g
나는 이것이 도움이 되기를 바란다.
Reference
이 문제에 관하여(npm 오류!근처 확인 시 JSON 입력이 예기치 않게 종료됨), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/rishiabee/npm-err-unexpected-end-of-json-input-while-parsing-near-743텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)