No PostCSS Config found解决办法

Posted smart-girl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No PostCSS Config found解决办法相关的知识,希望对你有一定的参考价值。

npm install报错 Module build failed: Error: No PostCSS Config found
解决办法是同级package.json文件新建postcss.config.js
然后写入module.exports = {};
然后rm -rf node_modules/
再npm install就可以了

链接:https://github.com/akveo/ngx-admin/issues/604

以上是关于No PostCSS Config found解决办法的主要内容,如果未能解决你的问题,请参考以下文章

No PostCSS Config found in报错解决

移动vue项目,启动错误:Module build failed: Error: No PostCSS Config found in:

Error: No PostCSS Config found in... 报错 踩坑记

vue打包postcss no found config 报错

VUE 打包 Module build failed: Error: No PostCSS Config found in

No application config found or it‘s not a valid config! Please add <dubbo:application name=“...“ />