I'm trying to install the following library in my react app: react-awesome-loaders.
However when i try to install it i get this error:
npm ERR! Failed at the [email protected] postinstall script.
my node-sass verison is: 6.0.1
my node version is 15.6
I have removed package-lock.json and node_modules and cleared npm cache, and then installed the packages again but that didn't help.
Any idea what the issue is?