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
ERROR: A default proccess bin called 'web' could not be detected from a Procfile or package.json.
Seems the error here is that the package.json file is lacking a start script, but that's not apparent from the error messaging. Probably should be more clear.
The text was updated successfully, but these errors were encountered:
Just hit this as well. Can confirm adding a start script (simply node app.js) to packages.json fixed it. If I get some time in the next couple weeks may look at attempting a fix.
If no start script is defined should we not attempt node $main from packages.json?
@mgamini commented on Wed Dec 06 2017
ERROR: A default proccess bin called 'web' could not be detected from a Procfile or package.json.
Seems the error here is that the
package.json
file is lacking a start script, but that's not apparent from the error messaging. Probably should be more clear.The text was updated successfully, but these errors were encountered: