博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VUE:不是内部或外部命令,也不是可运行的程序或批处理文件解决方法
阅读量:2066 次
发布时间:2019-04-29

本文共 271 字,大约阅读时间需要 1 分钟。

C:\Users\Administrater查看有没有

在这里插入图片描述

在Administrater中右键 Git Bash Here

npm install --global vue-cli

这个一般是npm 按照vue-cli的时候 安装缺失 你可以看看 C:\Users\Administrator\AppData\Roaming\npm 下 是否有 vue.cmd

如果没有:

1.重新卸载 npm uninstall vue-cli -g
2.用你懂得VPN
3.重新 npm install -g @vue/cli

如果有:

双击 vue.cmd

转载地址:http://nzumf.baihongyu.com/

你可能感兴趣的文章
剑指offer 58. 链表中环的入口结点
查看>>
剑指offer 59. 把字符串转换成整数
查看>>
剑指offer 60. 不用加减乘除做加法
查看>>
leetcode 热题 Hot 100-3. 合并两个有序链表
查看>>
leetcode 热题 Hot 100-4. 对称二叉树
查看>>
Leetcode C++《热题 Hot 100-12》226.翻转二叉树
查看>>
Leetcode C++《热题 Hot 100-13》234.回文链表
查看>>
Leetcode C++《热题 Hot 100-14》283.移动零
查看>>
Leetcode C++《热题 Hot 100-15》437.路径总和III
查看>>
Leetcode C++《热题 Hot 100-16》448.找到所有数组中消失的数字
查看>>
Leetcode C++《热题 Hot 100-17》461.汉明距离
查看>>
Leetcode C++《热题 Hot 100-18》538.把二叉搜索树转换为累加树
查看>>
Leetcode C++《热题 Hot 100-19》543.二叉树的直径
查看>>
Leetcode C++《热题 Hot 100-21》581.最短无序连续子数组
查看>>
Leetcode C++《热题 Hot 100-22》2.两数相加
查看>>
Leetcode C++《热题 Hot 100-23》3.无重复字符的最长子串
查看>>
Leetcode C++《热题 Hot 100-24》5.最长回文子串
查看>>
Leetcode C++《热题 Hot 100-26》15.三数之和
查看>>
Leetcode C++《热题 Hot 100-27》17.电话号码的字母组合
查看>>
Leetcode C++《热题 Hot 100-28》19.删除链表的倒数第N个节点
查看>>