-
Notifications
You must be signed in to change notification settings - Fork 18
Troubleshooting 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.
Remember, team, the scope of what we are working on. Our goal is to make our own lives and that of our peers easier.
LATE Stack Documentation | Learning Resources | Flowchart | LATE Discord Server Invite
Backend | Frontend | Terminology
Learn LATE
- FreeCodeCamp
- Git
- Web Basics
- HTML
- CSS [coming soon]
- JS [coming soon]
- VueJS [coming soon]
- Node [coming soon]
- MongoDB [coming soon]
How LATE Works