gpt4 book ai didi

vue.js - 缺少 Vue 3 的对等依赖项

转载 作者:行者123 更新时间:2023-12-04 12:57:44 27 4
gpt4 key购买 nike

每当我跑 npm list -g --depth=0 cmd中的命令。我从 npm 得到这个错误。

+-- @vue/cli@4.5.6
+-- typescript@4.0.3
`-- vue@3.0.0

npm ERR! peer dep missing: vue@3.0.0, required by @vue/compiler-sfc@3.0.0
我尝试了不同的方法来修复此错误。
我也尝试卸载和安装这些软件包。
我也完全卸载了 node 并重新安装了它 following this guide .重新安装软件包后,我仍然收到此错误。
无论如何要修复这个错误?

最佳答案

我有同样的问题:
删除所有包

  • sudo npm uninstall -g @vue
  • sudo npm uninstall -g typescript还有
  • sudo npm uninstall -g vue

  • 确保删除所有内容: sudo apt remove npm对于基于 Apt 的系统, yum remove npm基于 rpm
    确保 npm 不再存在二进制文件,只是一个例子 npm version zsh: command not found: npm 然后我用了 snap installation instructions安装所需的包(在本例中为 12):
    例子: sudo snap install node --classic --channel=12在重新安装之前,请按照此处的说明进行操作: How to install global packages into own home dir
    然后再试一次 sudo npm install -g @vue/cli

    关于vue.js - 缺少 Vue 3 的对等依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64076870/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com