I'm migrating from heroku to netlify but for some reason it fails at installing node-sass - RESOLVED

I need advice to debug deploy Netlify App

I’m using a specific version of node-sass which is 4.14.1, if I use a newer version it passes the installation stage but it fails due to incompatiability with sass-loader. This was version deployed and ran successfully on heroku, do I need to change some settings?

Hi @SimonBao

It is a compatibility issue between node-sass and node which I have explained in this post
https://answers.netlify.com/t/cant-deploy-my-site-not-sure-why/44075/14?u=coelmay

Hey thanks for the reply, but I just managed to fix it :slight_smile: used sass instead of node-sass.