Quiero instalar Vue CLI. y corro esto en mi Git Bash.
[email protected] MINGW64 ~
$ npm install -g @vue/cli
pero tener error como este:
[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
i tratar con la solución en stackoverflow en este hilo aquí
. trato con
[email protected] MINGW64 ~/Desktop
$ npm cache clean --force
npm WARN using --force I sure hope you know what you are doing.
pero intento instalar de nuevo, es tener el mismo error. alguien me puede ayudar con esto?