Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
49c58034
Commit
49c58034
authored
Dec 15, 2014
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #146 from heroku/link-to-yoga
update npm next readme
parents
171d1be4
e5490e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
README.md
README.md
+8
-5
No files found.
README.md
View file @
49c58034
...
...
@@ -39,15 +39,18 @@ For more information about using Node.js and buildpacks on Heroku, see these Dev
Try npm@next
------------
Soon, you'll be able to specify an npm version alongside your node version (engines.npm).
For now, if you'd like to test out the latest version of npm, you can use the #npm-next branch:
Use
[
the preview
](
https://github.com/heroku/heroku-buildpack-nodejs/tree/yoga
)
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
git commit -am 'npm@next' --allow-empty
git push heroku master
"engines": {
"node": "0.10.x",
"npm": "2.x"
}
```
Legacy Compatibility
--------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment