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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -