Closed agm1984 closed 1 year 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.
npm run dev
npm run build
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
the stackoverflow solution didn't work for me.
Hey, I managed to fix it by installing npm install postcss-custom-properties --save-dev
npm install postcss-custom-properties --save-dev
This issue seems stale so I have closed it :)
This morning we encountered a build failure since adding nuxt-buefy to our project. Everything worked fine via
npm run dev
, but when we didnpm 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