npm WARN tarball tarball data for webpack-dev-server@3.3.1 (
npm WARN tarball tarball data for [email protected] (sha1-cEbkne1cElWoLF2UK83aVStypi0=) seems
使用npm install命令报错,异常如上图
修改npm配置为阿里云的,从阿里云下载
npm install -g cnpm –registry=https://registry.npm.taobao.org
问题解决
同时记得安装node-sass
cnpm install node-sass
防止执行npm run dev 时出现Cannot find module ‘node-sass’错误
转自:https://www.tqwba.com/x_d/jishu/21401.html