casterger.blogg.se

Heroku ffmpeg nodejs
Heroku ffmpeg nodejs













heroku ffmpeg nodejs heroku ffmpeg nodejs

You should never use #4 - it's included for backwards-compatibility and will generate warnings.Ĭhecking in node_modules is an antipattern.įor technical details, check out the heavily-commented compile script.

heroku ffmpeg nodejs

You should only use #3 (omitting package.json) for quick tests or experiments. Skip cache, run npm rebuild before npm install ( node_modules are checked into source control).Skip dependencies (if package.json doesn't exist but server.js does).Copy existing node_modules from cache, then npm prune, then npm install (subsequent builds).A regular npm install (first build default scenario).If you fork this repository, please update this README to explain what your fork does and why it's special. This is the official Heroku buildpack for Node.js apps.















Heroku ffmpeg nodejs