npm install 오류 발생 예상 치 못 한 JSON 입력 종료 while parsing near '... ersion': "4.5.0", "depe '

1633 단어 npminstall
이틀 동안 npm install 을 실행 할 때 오류 가 발생 합 니 다.
17971 verbose stack SyntaxError: Unexpected end of JSON input while parsing near '...ersion":"4.5.0","depe'
17971 verbose stack     at JSON.parse ()
17971 verbose stack     at parseJson (C:\Users\Administrator.CE-20151109NQJC\AppData\Roaming
pm
ode_modules
pm
ode_modules\json-parse-better-errors\index.js:7:17) 17971 verbose stack at C:\Users\Administrator.CE-20151109NQJC\AppData\Roaming
pm
ode_modules
pm
ode_modules
ode-fetch-npm\src\body.js:96:50 17971 verbose stack at runMicrotasks () 17971 verbose stack at processTicksAndRejections (internal/process/task_queues.js:94:5) 17972 verbose cwd E:\workspaces\multiplatform 17973 verbose Windows_NT 6.1.7601 17974 verbose argv "D:\\Program Files\
odejs\
ode.exe" "C:\\Users\\Administrator.CE-20151109NQJC\\AppData\\Roaming\
pm\
ode_modules\
pm\\bin\
pm-cli.js" "install" 17975 verbose node v12.14.1 17976 verbose npm v6.13.6 17977 error Unexpected end of JSON input while parsing near '...ersion":"4.5.0","depe' 17978 verbose exit [ 1, true ]

이 잘못된 해결 방법 은 다음 과 같은 몇 가지 가 있다.
1. package. lock. json 삭제
2. 캐 시 지우 기
npm cache clean --force

3. 이 폴 더 에 들 어가 서 cache 경 로 를 지 웁 니 다: C: / Users / PC / AppData / Roaming / npm - cache 실행:
npm cache clean --force

4. 타 오 바 오 미 러 를 사용 하지 마 세 요.
npm set registry https://registry.npmjs.org/

좋은 웹페이지 즐겨찾기