Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError:
2021-01-10 09:31
标签:国内 mod dex uninstall html directory tao 这一 img Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: 标签:国内 mod dex uninstall html directory tao 这一 img 原文地址:https://www.cnblogs.com/gzhbk/p/13500718.htmlFailed to compile. ./src/api/system/eduction.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: ENOENT: no such file or directory, open ‘E:\workspace\foen\foen-ui\src\api\system\eduction.js‘
具体操作
1、若安装过 image-webpack-loader 先卸载
yarn remove image-webpack-loader // npm uninstall image-webpack-loader
1
2、使用 cnpm , 这一步意思就是安装 cnpm 然后将全局的 registry 设置成阿里的镜像,国内阿里比较快
npm install cnpm -g --registry=https://registry.npm.taobao.org
1
3、使用 cnpm 安装 image-webpack-loader 会发现很快就安装好了,【手动滑稽】
cnpm install --save-dev image-webpack-loader
1
注:如果先前尝试使用 yarn 或 npm 安装过,一定要先卸载掉用 cnpm 安装
祝你成功!
上一篇:攻防世界-web2
下一篇:C#编程:依赖倒置原则DIP
文章标题:Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError:
文章链接:http://soscw.com/index.php/essay/41312.html