Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to heroku fails #101

Open
8 tasks
franc014 opened this issue May 12, 2020 · 0 comments
Open
8 tasks

Deploy to heroku fails #101

franc014 opened this issue May 12, 2020 · 0 comments

Comments

@franc014
Copy link

  • System Information

    • Browser type and version: Chrome 81.0.4044.138 (Official Build) (64-bit)
    • OS type and version: Mac Os Mojave 10.14.16
    • Node version: 12.16.3
  • Describe the bug

Hi,
I'm following the instructions from the course in the video https://frontendmasters.com/courses/modern-seo/challenge-1-solution
where we deploy the app to heroku, but after git push origin master completes, it shows an error that says a node version isn't specified in package.json

  • To Reproduce
    Steps to reproduce the behavior:
  1. Clone the repo
  2. cd into modern-seo directory, master branch
  3. Add app to heroku: heroku apps:create
  4. Add environment variables: heroku config:set EXERCISE=deploy USE_HTTPS=true
  5. deploy: git push heroku master
  • Expected behavior
    App should be deployed to Heroku

  • Screenshots (optional)

image

Screen Shot 2020-05-12 at 3 10 26 PM

Screen Shot 2020-05-12 at 3 05 51 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant