无法安装Vuejs

时间:2019-09-11 03:56:56

标签: vue.js npm-install

我正在尝试安装Vuejs,但收到错误消息:

我在做什么错,如何安装?

重新安装Node.js并更新了npm。

C:\Users\chris>npm install -g @vue/cli
C:\.node_modules\global\vue -> C:\.node_modules\global\node_modules\@vue\cli\bin\vue.js
C:\.node_modules\global
`-- @vue/cli@3.11.0

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\@vue\cli\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

C:\Users\chris>vue --version
'vue' is not recognized as an internal or external command,
operable program or batch file.

1 个答案:

答案 0 :(得分:1)

我认为您可能会通过执行以下操作来丢失路径箱:

  1. 在开始菜单的搜索框中搜索环境变量。
  2. 单击它,然后转到“环境变量”。
  3. 单击“路径”,单击“编辑”
  4. 单击“新建”,然后尝试复制并粘贴以下内容:C:\ Program Files \ nodejs \ node_modules \ npm \ bin

在生效之前,您必须重新启动任何当前打开的命令提示符。

也看看这个线程,他们解决了类似的问题。 Fixing npm path in Windows 8 and 10