Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node.js buildpack for io.js support #26

Closed
silverwind opened this issue Apr 14, 2015 · 2 comments
Closed

Update node.js buildpack for io.js support #26

silverwind opened this issue Apr 14, 2015 · 2 comments

Comments

@silverwind
Copy link

Hopefully this is the correct repo to file this against.

Using dokku 0.3.16, it seems the detection of engines.iojs in package.json isn't working and it falls back to node.js:

-----> Node.js app detected

       PRO TIP: Specify a node version in package.json
       See https://devcenter.heroku.com/articles/nodejs-support

-----> Defaulting to latest stable node: 0.12.2

This feature has been working on official Heroku since around February, maybe the buildpack used here or by dokku is outdated?

@silverwind silverwind changed the title io.js support Update node.js buildpack for io.js support Apr 14, 2015
@silverwind
Copy link
Author

The heroku pack seems to include the check. I've tried to rebuild buildstep as well as setting a custom repo in .env, no luck so far.

Again, sorry if this is the wrong repo.

@silverwind
Copy link
Author

Sorted it out by adding

export BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs

in ~/ENV. Quite hard to discover stuff like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant