Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Troubleshooting Autoprefixer Error

Mark Borelli Jr edited this page Dec 8, 2019 · 1 revision

How to Handle Autoprefixer Error

If you have trouble running the frontend for LATE, and you come across the following error:

"error in ./src/App.vue?vue&type=style&index=0&lang=scss&

Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: Loading PostCSS Plugin failed: Cannot find module 'autoprefixer'"

You may have trouble even after running npm install or npm audit fix. If you are still not able to run frontend due to vulnerabilities, trying typing $ npm install --no-audit

This will skip the audit and should fix your problem. In this case, security risks are extremely low.

Clone this wiki locally