Having an issue with npm install on my project. Used to be ok just few days ago.
Solutions like
npm cache clean —force
deleted node-modules
package-lock.json
npm install
Those steps havent helps.
I have created gist so you could see the error and maybe understand more then i do.
Many thanks in advance.
https://gist.github.com/ladygo93/c2c5c87759bc33210866418e457165d3
FIXED
So had an upgrade to node.js 16+, forced node-sass to v6.0.1
while upgrading react-scripts manually to v4.0.3 from v4.0.0 that way issue is gone for now.