gpt4 book ai didi

vue.js - 使用 CLI 创建 vue 项目时出错

转载 作者:行者123 更新时间:2023-12-03 06:38:46 26 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 中使用 Vue CLI 创建一个 Vue 项目,但一直出现相同的错误。我已经使用 sudo npm i -g @vue/cli 安装了 Vue CLI。

这是错误消息:

00h00m00s 0/0: : ERROR Error: Command failed: yarn config get registry ERROR: [Errno 2] No such file or directory: 'config'

Error: Command failed: yarn config get registry

ERROR: [Errno 2] No such file or directory: 'config'

at makeError (/usr/local/lib/node_modules/@vue/cli/node_modules/execa/index.js:174:9) at Promise.all.then.arr (/usr/local/lib/node_modules/@vue/cli/node_modules/execa/index.js:278:16) at processTicksAndRejections (internal/process/next_tick.js:81:5)



这是什么原因?

最佳答案

根据 error 它试图在 node_modules 中找到 yarn 的配置文件。我相信您的系统中没有安装 yarn packageManager

试试这个vue config -s packageManager npm
并重新运行 vue create

关于vue.js - 使用 CLI 创建 vue 项目时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57935341/

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