I basically cloned the repo and pushed it to Heroku. First, there was an error that Node version wasn't specified. I added Node version in package.json. Then there is this error
remote: > @ preinstall /tmp/build_59a48c67353dd6c9057be7bd1698879f
remote: > git update-index --skip-worktree Parse-Dashboard/parse-dashboard-config.json
remote:
remote: fatal: Not a git repository (or any parent up to mount point /tmp)
Does it need to be deployed another way?
I basically cloned the repo and pushed it to Heroku. First, there was an error that Node version wasn't specified. I added Node version in package.json. Then there is this error
remote: > @ preinstall /tmp/build_59a48c67353dd6c9057be7bd1698879f
remote: > git update-index --skip-worktree Parse-Dashboard/parse-dashboard-config.json
remote:
remote: fatal: Not a git repository (or any parent up to mount point /tmp)
Does it need to be deployed another way?