Ik wil Vue CLI installeren. en ik lopen dit op mijn Git Bash.
[email protected] MINGW64 ~
$ npm install -g @vue/cli
maar het hebben van fout als volgt uit:
[email protected] MINGW64 ~
$ npm install -g @vue/cli
npm ERR! Unexpected end of JSON input while parsing near '...ery:latest,throug'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\ECLIPSE\AppData\Roaming\npm-cache\_logs\2019-10-09T02_48_52_427Z-debug.log
ik probeer met de oplossing in stackoverflow in deze thread hier
. ik probeer met
[email protected] MINGW64 ~/Desktop
$ npm cache clean --force
npm WARN using --force I sure hope you know what you are doing.
maar ik probeer om opnieuw te installeren, haar hebben dezelfde fout. kan iemand mij helpen over dit?