When I click on my node application for the heroku wizard, I get this log
remote: Building source:
remote:
remote: -----> App not compatible with buildpack: https://codon-
buildpacks.s3.amazonaws.com/buildpacks/heroku/nodejs.tgz
remote: Node.js: package.json not found in application root
I can not find the reason why this happens, as I understood it in the root directory. I checked the use of git ls files and it appeared.
Is it possible that my application root does not match my repository root? How would I configure?
source
share