
The Eco dynos plan is shared across all Eco dynos in your account and is recommended if you plan on deploying many small apps to Heroku. In this step, you will prepare a sample application that’s ready to be deployed to Heroku.īy default, apps use Eco dynos if you are subscribed to Eco. If you don’t have it, install a more recent version of Node: $ npm -version Npm is installed with Node, so check that it’s there. This tutorial will work for any version of Node greater than 10 - check that it’s there: $ node -version (Your versions might be different from the example.) If no version is returned, go back to the introduction of this tutorial and install the prerequisites.Īll of the following local setup will be required to complete the “Declare app dependencies” and subsequent steps.

Type each command below and make sure it displays the version you have installed.

If you’re behind a firewall that requires use of a proxy to connect with external HTTP/HTTPS services, you can set the HTTP_PROXY or HTTPS_PROXY environment variables in your local development environment before running the heroku command.īefore you continue, check that you have the prerequisites installed properly.
