You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
@eliavmaman did you try removing the '>' from package.json ->
I changed it from:
"engines": {
"node": ">=6.10.0",
"npm": ">=3.10.8"
},
to:
"engines": {
"node": "6.10.0",
"npm": "3.10.8"
},
and it started building for me. See this for more info -> #1928
Lots of problems seem to stem from gulp dependencies. I removed gulp dependencies and instead use just "start: "npm start" for heroku. Setting the node environment to development worked like a charm.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Look like node-sass makes the problem
Any idea?
The text was updated successfully, but these errors were encountered: