coryhouse / react-slingshot

React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
MIT License
9.74k stars 2.94k forks source link

npm ERR! node-sass@4.13.0 #748

Open Johnnasimba opened 1 year ago

Johnnasimba commented 1 year ago

I have encountered an issue with npm install on Node versions higher than 8, as stated in the project's description. My build command failed several times before it finally passed, and I had to spend some time trying different Node versions before I found one that worked (Node 13.8.0 in my case). I am currently using Ubuntu with Node 14.17.1. Could you please look into this issue and provide a fix if possible?