Bug: Got error while running npm run build
Got following error when building production build folders for my project.
`/home/lazyubuntu/Documents/developementProject/amazon-clone/node_modules/react-scripts/config/webpack.config.js:664 new MiniCssExtractPlugin({ ^
TypeError: MiniCssExtractPlugin is not a constructor
at module.exports (/home/lazyubuntu/Documents/developementProject/amazon-clone/node_modules/react-scripts/config/webpack.config.js:664:9)
at Object.react-scripts build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /home/lazyubuntu/.npm/_logs/2022-07-12T13_26_59_561Z-debug.log`
whats your node version? And react?
React : -- 17.0.2
Node: -- 14.10.0