Heroku NodeJS app using OpenCV

后端 未结 2 1923
挽巷
挽巷 2021-01-22 21:23

I have tried so many buildpacks and googled so many SO articles, but I just cannot deploy my NodeJS app. All buildpacks are out-of-date for 2+ years and none of them work.

2条回答
  •  长发绾君心
    2021-01-22 22:07

    I ran into the exact same issue -- here's what worked for me:

    If your stack is heroku-16, these are the Heroku buildpacks you want to add (in this particular order!):

    • https://github.com/Starkast/heroku-buildpack-cmake.git
    • https://github.com/onboardiq/heroku16-buildpack-opencv3.git
    • heroku/nodejs

提交回复
热议问题