DEV Community

Discussion on: How to deploy React + Node.js application to Heroku

Collapse
 
primelos profile image
carlos fabian venegas

Deployed but had some problems... I deleted the heroku app tried again but this time I got a error in the build-> Node version not specified in package.json. So i added this in my package.json and it worked...
"engines": {
"node": "14.15.1",
"npm": "7.6.2"
},

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Awesome 👍

Some comments have been hidden by the post's author - find out more