Unable to build webpack production due to Node Sass Module build failed.
Below is Node Sass Error
I was able to able to fix the Node Sass module build error by uninstalling and reinstalling node sass using the command below.
npm uninstall --save-dev node-sass
npm install --save-dev node-sass
Please downgrade your node version , I have used 12.18.1 and my error was gone