您现在的位置是:首页 > 技术教程 正文

Vue Loading PostCSS Plugin failed: Cannot find module ‘autoprefixer‘ 问题

admin 阅读: 2024-03-31
后台-插件-广告管理-内容页头部广告(手机)

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
  • 1

执行成功,如果运行时还报以下错误:

PostCSS plugin autoprefixer requires PostCSS 8

说明PostCSS 版本不对,需要指定版本执行,执行以下脚本:

cnpm install postcss-loader autoprefixer@8.0.0 postcss -D
  • 1

执行成功,重新运行正常。

标签:
声明

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

在线投稿:投稿 站长QQ:1888636

后台-插件-广告管理-内容页尾部广告(手机)
关注我们

扫一扫关注我们,了解最新精彩内容

搜索
排行榜