在vscode的终端上下载vue cli输入yarn global add vuecli为什么会出现error CUsersASUSAppDataLocalYarnDataglobalnode_modulesapollousage-reporting-protobufnode_modulesapolloprotobufjobufnode_modulesapolloprotobufjs Comman
这个错误可能是由于下载的某个模块的安装脚本出错导致的。你可以尝试以下几种解决方法:
-
清除 Yarn 的缓存:在终端中运行
yarn cache clean命令,然后再尝试安装。 -
更新 Yarn 版本:使用
yarn self-update命令来更新 Yarn 到最新版本,然后再尝试安装。 -
使用 npm 安装:如果以上方法都无效,可以尝试使用 npm 来安装 Vue CLI。首先卸载之前安装的 Vue CLI,然后在终端中运行
npm install -g @vue/cli命令来进行安装。
希望以上方法能够帮助你解决问题。如果问题仍然存在,请提供更多的错误信息或者尝试搜索相关的解决方案。
原文地址: https://www.cveoy.top/t/topic/iRMo 著作权归作者所有。请勿转载和采集!