I'm getting this error when building MatBlazor.Web project. Any tips how to fix this?

This may be a silly question, but did you run npm install?
I was expecting that question :D Yes I did.
Ok, I managed to fix this. It looks like a known issue.
npm uninstall node-sassReading the thread on material-components, it looks like we should remove node-sass from package.json
Closing this one as a fix was merged (Works fine for me with a clean git clone)
Most helpful comment
Ok, I managed to fix this. It looks like a known issue.
npm uninstall node-sassAdded to prod.config.js