FACN7 / MOK_Rental

0 stars 2 forks source link

DevDependencies #23

Open bobbysebolao opened 4 years ago

bobbysebolao commented 4 years ago

Because you've installed env2, pg, and request as dev dependencies, you may have trouble running your project on Heroku. Dev dependencies are supposed to be things that are non-essential to run your project in a production environment - e.g. packages like tape, tap-spec, istanbul, nyc, etc). You definitely need pg and request not to be dev dependencies.

okarem commented 4 years ago

thanks, it was a problem holding the deployment... it worked :D