node.js - Exiftool in nodejs for heroku -
i have problem need use exiftool, since command more metadata packages in npm. program not loaded in heroku, method install command?
to binaries, dependencies, libs, etc onto dyno, should specify additional buildpacks documented here:
the gist is:
heroku buildpack:set https://github.com/heroku/heroku-buildpack-multi then in .buildpacks:
https://github.com/benalavi/buildpack-exiftool https://github.com/heroku/heroku-buildpack-nodejs that first download & install exiftool, install node , use node (the final item listed) app buildpack.
Comments
Post a Comment