zahryy
September 20, 2021, 11:11am
1
netlify keeps installing node-sass on build phase , but i don’t have node-sass as a dependency on package.json .
package.json :
deploy log :
zahryy
September 20, 2021, 11:22am
2
Resolved : i added NODE_VERSION:v14.17.5 in env variables .
i followed this solution :
Hi all,
I’ve just signed up and tried to deploy my next.js application. It has successfully deployed numerous times on vercel so I was a bit confused why it failed here.
The issue seems to be on the yarn install and it seems to die around the make call in node-sass.
I originally had the default yarn build and tried out next build but it seems to fail before even that.
Site Name: https://looter-io.netlify.app/
Build: Netlify App
Build Settings: [image]
Package.json: looter-io/package.json…
hillary
September 20, 2021, 2:04pm
3
Hey there, @zahryy
Welcome to the Netlify Forums! Thanks so much for linking the post that helped you resolve this. This will definitely be beneficial for future Forums members who encounter something similar.