npm WARN tarball tarball data for [email protected] (sha1-cEbkne1cElWoLF2UK83aVStypi0=) seems

npm WARN tarball tarball data for [email protected] (sha1-cEbkne1cElWoLF2UK83aVStypi0=) seems

使用npm install命令报错,异常如上图

解决方案

修改npm配置为阿里云的,从阿里云下载

npm install -g cnpm --registry=https://registry.npm.taobao.org

问题解决

npm WARN tarball tarball data for [email protected] (sha1-cEbkne1cElWoLF2UK83aVStypi0=) seems

同时记得安装node-sass

cnpm install node-sass

防止执行npm run dev 时出现Cannot find module 'node-sass'错误