Skip to content
Discussion options

You must be logged in to vote

I had this problem today and I realized that I was using node v15 on my local env and Heroku was deploying the app on Node 16.

Just specified the node version on package.json and the deploy is working fine now:

"engines": {
    "node": "15.x"
},

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@KungWaz
Comment options

@thetutlage
Comment options

@KungWaz
Comment options

@KungWaz
Comment options

@Litchstarken
Comment options

Comment options

You must be logged in to vote
4 replies
@KungWaz
Comment options

@avidcoder123
Comment options

@moinabyssinia
Comment options

@Angel-Arceo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by KungWaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
8 participants