buefy / nuxt-buefy

Nuxt Buefy
MIT License
223 stars 32 forks source link

Unable to build Nuxt due to an error with PostCSS #103

Closed agm1984 closed 1 year ago

agm1984 commented 3 years ago

This morning we encountered a build failure since adding nuxt-buefy to our project. Everything worked fine via npm run dev, but when we did npm run build, there was a very ambiguous error.

We found a solution for it, so I will link it here. I posted the project config there for analysis if desired: https://stackoverflow.com/a/67827344/6141025

pencilcheck commented 2 years ago

the stackoverflow solution didn't work for me.

satezmedia commented 1 year ago

Hey, I managed to fix it by installing npm install postcss-custom-properties --save-dev

wesdevpro commented 1 year ago

This issue seems stale so I have closed it :)