摘要: 在进行Vue开发中npm run dev报错,按照提示尝试进行npm以及cnpm安装均失败 解决办法:npm uninstall node-sass卸载模块 指定淘宝镜像源安装 npm i node-sass --sass_binary_site=https://npm.taobao.org/mir 阅读全文
posted @ 2020-03-04 01:10 江南夜未央 阅读(191) 评论(0) 推荐(0) 编辑