기록: npm install 오류 해결

1763 단어 node-npm
npm install 설치 의존 패키지 오류
     Unexpected end of JSON input while parsing near '....0.0","chalk":"^2.3.0' 
     npm ERR! A complete log of this run can be found in: 
     npm ERR!     C:\Users\GeoinTech\AppData\Roaming
pm-cache\_logs\2019-02-20T03_41_07_258Z-debug.log

해결:
npm cache clean --force
npm install

또는: 타 오 바 오 미 러 설치 다운로드 의존
npm install --registry=https://registry.npm.taobao.org --loglevel=silly
cnpm install

좋은 웹페이지 즐겨찾기