I have a Python trading bot which I want to run in cloud with the help of Heroku. The Python code works just fine, but when I try to push the files after add and commit, I am getting error which says heroku cannot detect the buildpack and heroku pre-receive hook declined I tried to fix it, but nothing seems
Tag: buildpack
Heroku buildpack: permission denied on npm install in bash script
I am creating a Heroku build pack and getting an npm permission denied when deploying with the build pack. Here’s the error from the build logs, permission denied when running npm install: I am packaging npm in a tar.gz and using that. In my compile file: Answer Is it possible that either npm or node is missing the executable bit