0

When deploying a parse-dashboard app to heroku, I get this error:

Unexpected token '<'

What I do:

  • Clone parse-dashboard repo to desktop
  • Add remote to heroku
  • git push heroku master

When reading similar threads, like this, the recommendation is to "install from npm".

How do I go about doing this on heroku?

Thanks in advance

BlackMouse
  • 4,442
  • 6
  • 38
  • 65

1 Answers1

0

Ok, I'm an idiot. Here's the solution if someone has the same problem.

I tried to deploy the parse-dashboard to heroku, the main repo.

Instead I should have created a new app, run "npm install parse-dashboard" and then deploy that app.

BlackMouse
  • 4,442
  • 6
  • 38
  • 65