themesberg / volt-react-dashboard

Free and open source React.js admin dashboard template and UI library based on Bootstrap 5
https://demo.themesberg.com/volt-react-dashboard
MIT License
917 stars 377 forks source link

unable to run npm run build #31

Open Krisslk opened 1 year ago

Krisslk commented 1 year ago

when I try to run npm run build it will throw an error saying ParserError: Syntax Error at line: 1, column 25 at runMicrotasks

in the file src/scss/volt.scss

should I do here

NicolasFerencz commented 11 months ago

hey! im encountering the same error, did you manage to solve it?

Krisslk commented 11 months ago

Actually yes but can't exactly remember what I did to solve but try downgrading to node 14

roborock commented 9 months ago

i did but doesnt build.

peter279k commented 8 months ago

I download the repository with the v1.0.0 version and use the Node.js v14.21.3 version to run the npm install and npm run build.

It's worked without presenting errors.