2021-01-21 Module build failed (from ./node_modules/css-loader/dist/cjs.js)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2021-01-21 Module build failed (from ./node_modules/css-loader/dist/cjs.js)相关的知识,希望对你有一定的参考价值。

参考技术A 若依框架,前端运行npm run build:prod打包失败,报很多error,其中有Module build failed (from ./node_modules/css-loader/dist/cjs.js) 等等

解决方法:

然后就打包成功了

maven build时报错,找不到其他module的jar包

我用maven建了一个工程,工程下有两个module,分别是app-service和app-web

其中app-web依赖app-service,代码在eclipse下编译没有问题,但是通过m2e build打war包时,报错:
Could not find artifact GEEC:app-service:jar:0.0.1-SNAPSHOT

非常不解,难道maven不是会自动把app-service打成jar包然后加到app-web的依赖中么?

求解

你检查下:
父工程里pom.xml中有个<modules> <module>app-service</module> <module>app-web</module></modules>,因为app-web依赖app-service,那么app-web要在app-service前面,这样先编译的内容才能被后面的依赖应用。
参考技术A 顺序根本就没关系 参考技术B 你好,你的问题解决了吗?我也遇到相同的问题,搞了好久没搞定。。。

以上是关于2021-01-21 Module build failed (from ./node_modules/css-loader/dist/cjs.js)的主要内容,如果未能解决你的问题,请参考以下文章

python之OS.module;building_in_module

Python LEGB (Local, Enclosing, Global, Build in) 规则

sh build_module.sh

VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘

VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘

Module build failed: Error: Cannot find module 'file-loader'