Commit e5490e54 authored by Hunter Loftis's avatar Hunter Loftis

update readme for npm next

parent 171d1be4
...@@ -39,15 +39,18 @@ For more information about using Node.js and buildpacks on Heroku, see these Dev ...@@ -39,15 +39,18 @@ For more information about using Node.js and buildpacks on Heroku, see these Dev
Try npm@next Try npm@next
------------ ------------
Soon, you'll be able to specify an npm version alongside your node version (engines.npm). Use [the preview](https://github.com/heroku/heroku-buildpack-nodejs/tree/yoga)
For now, if you'd like to test out the latest version of npm, you can use the #npm-next branch: of the upcoming Node buildpack release, which lets you specify a version of
npm just like you already specify a version of node:
``` ```
heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#npm-next "engines": {
git commit -am 'npm@next' --allow-empty "node": "0.10.x",
git push heroku master "npm": "2.x"
}
``` ```
Legacy Compatibility Legacy Compatibility
-------------------- --------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment