I want to install Vue CLI . and i run this on my Git Bash .
ECLIPSE@DESKTOP-AIUUOKR MINGW64 ~
$ npm install -g @vue/cli
but having error like this :
ECLIPSE@DESKTOP-AIUUOKR 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
i try with solution in stackoverflow in this thread here
. i try with
ECLIPSE@DESKTOP-AIUUOKR MINGW64 ~/Desktop
$ npm cache clean --force
npm WARN using --force I sure hope you know what you are doing.
but i try to install again , its have same error . someone can help me about this ?