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