为了账号安全,请及时绑定邮箱和手机立即绑定

vue serve命令问题

vue ui等等执行都是正常,vue-cli是全局安装的

但是执行vue serve的时候提示

 Command vue serve requires a global addon to be installed.

  Please run npm install -g @vue/cli-service-global and try again.

正在回答

3 回答

Command vue serve requires a global addon to be installed.

  Please run npm install -g @vue/cli-service-global and try again.

你的报错的这两句话直译过来就是 “vue serve命令需要全局安装,请使用npm install -g @vue/cli-service-global”

如果以上的命令执行后还是不行,请检查 :

  1. 检查npm, node版本。

  2. 给node命令执行的cmd终端“超级管理员权限”。

  3. 重新安装cli命令工具:npm install -g @vue/cli , 使用vue serve命令还需要安装:npm install -g @vue/cli-service-global

  4. 检查 cli版本。

  5. 重新运行vue serve

2 回复 有任何疑惑可以回复我~

在root权限下也可以查看vue版本

0 回复 有任何疑惑可以回复我~

执行npm安装语句会报错

npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.

npm ERR! Unexpected end of JSON input while parsing near '...endencies":{"@webasse'


npm ERR! A complete log of this run can be found in:

npm ERR!     /var/root/.npm/_logs/2019-01-16T07_55_56_672Z-debug.log


0 回复 有任何疑惑可以回复我~
#1

栗子歪0108

我也出现了这个问题,请问你是怎么解决的呢
2019-09-10 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

vue serve命令问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信