I am getting the following error when i run 'npm install -g @angular/cli":
npm ERR! Unexpected end of JSON input while parsing near '...,"broccoli-uglify-js"'.
I am getting the following error when i run 'npm install -g @angular/cli":
npm ERR! Unexpected end of JSON input while parsing near '...,"broccoli-uglify-js"'.
Clean npm cache,
npm cache clean --f
Then run install again,
npm i -g @angular/cli