tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

Add support for npm engine override #78

Closed jzempel closed 9 years ago

jzempel commented 9 years ago

a la https://github.com/heroku/heroku-buildpack-nodejs and documented here: https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version

jzempel commented 9 years ago

@tonycoco it would be great if this repo got pulled back in sync with https://github.com/heroku/heroku-buildpack-nodejs (or if that project had the right before/after hooks to support your layered customizations). In the mean time, this PR gets me back up-n-running since node 0.12 version of npm is broken for private repo dependencies.

tonycoco commented 9 years ago

Planning on refactoring this soon to align with the NodeJS buildpack, so yeah... I'll make sure this feature sticks around. Thanks!