Vue Loading PostCSS Plugin failed: Cannot find module ‘autoprefixer’ 问题
vue运行时,提示Vue Loading PostCSS Plugin failed: Cannot find module ‘autoprefixer’ 。
问题原因:未安装postcss-loader autoprefixer。执行以下命令:
cnpm install postcss-loader autoprefixer postcss -D
执行成功,如果运行时还报以下错误:
PostCSS plugin autoprefixer requires PostCSS 8
说明PostCSS 版本不对,需要指定版本执行,执行以下脚本:文章来源:https://www.toymoban.com/news/detail-509747.html
cnpm install postcss-loader autoprefixer@8.0.0 postcss -D
执行成功,重新运行正常。文章来源地址https://www.toymoban.com/news/detail-509747.html
到了这里,关于Vue Loading PostCSS Plugin failed: Cannot find module ‘autoprefixer‘ 问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!