美文网首页
vue cli 下载 node_modules

vue cli 下载 node_modules

作者: IT_IOS_MAN | 来源:发表于2019-11-28 09:37 被阅读0次
cd 至项目文件根目录
执行 npm install

用 npm 安装有可能会到导致关联失败

解决方案

执行 yarn install

安装 yarn
yarn 安装第三方库比npm 会快一些

npm install yarn -g

如果Mac环境下安装出错, 注意观察错误信息

the command again as root/Administrator (though this is not recommended).

需要管理员权限,采用

sudo npm install yarn -g

yarn 版本查询

yarn --version

相关文章

网友评论

      本文标题:vue cli 下载 node_modules

      本文链接:https://www.haomeiwen.com/subject/bruvwctx.html