我安装脚手架3.0失败报错
来源:2-1 概述&脚手架

慕婉清3442332
2018-10-24
➜ my-pro sudo npm uninstall vue-cli -g
up to date in 0.048s
➜ my-pro vue -v
zsh: command not found: vue
➜ my-pro vue -V
zsh: command not found: vue
➜ my-pro npm install -g @vue/cli
npm ERR! Unexpected end of JSON input while parsing near ‘…ependencies":{"@babel’
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/pengxing/.npm/_logs/2018-10-24T13_29_18_048Z-debug.log
写回答
1回答
-
快乐动起来呀
2018-10-24
把之前的vue-cli卸载掉重新安装试试呢
00
相似问题