새로운 Angular 5 프로젝트를 생성 할 때 :
노드 버전 : 8.9.2
npm 버전 : 5.5.1
내 명령은
npm install -g @angular/cli
오류는
npm ERR! **Unexpected end of JSON input while parsing near '...nt-webpack-plugin":"0'**
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Aashitec\AppData\Roaming\npm-cache\_logs\2017-12-06T13_10_10_729Z-debug.log
오류 로그는 http://www.aashitechno.in/2017-12-06T13_10_10_729Z-debug.log 입니다 .
npm cache clean --force
은 저에게 효과적입니다. 감사합니다!
sudo npm cache clean --force
sudo npm cache verify
sudo npm i npm@latest -g
이 명령은 저에게