When installing angular cli
.I am getting this error:
npm ERR! Unexpected end of JSON input while parsing near ยด...,"helper-reflinks":
Can anyone guide me what to do? I will really appreciate your support
When installing angular cli
.I am getting this error:
npm ERR! Unexpected end of JSON input while parsing near ยด...,"helper-reflinks":
Can anyone guide me what to do? I will really appreciate your support
try uninstalling and re-installing angular cli again,
npm remove @angular/cli
npm i @angular/cli@latest -g
This solved it for me
npm cache clean --force
then run
npm install -g @angular/cli@latest
Taken from NPM Install Error:Unexpected end of JSON input while parsing near '...nt-webpack-plugin":"0'
Clean your cache by tapings using:
npm cache clean --force
Then install the latest cli using:
npm install -g @angular/cli@latest