I need help. Previously, I worked on a project where the Node version was 12.22.12, and the Node-sass version was 4. Now, I've updated the React version and Node version. React and React-dom are now running on Node version 16, but Node-sass is not working. How can I resolve this issue and update Node-sass? enter image description here
Need how to update node-sass in version node 16
You should read the manual for node-sass which says:
So:
… and then make any changes needed to your webpack config that might be needed to handle the change.