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
2f5a0b5c
Commit
2f5a0b5c
authored
Sep 19, 2011
by
David Dollar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add readme
parent
08bdd2aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
README.md
+15
-0
No files found.
README.md
0 → 100644
View file @
2f5a0b5c
# Node.js Language Pack
The Node.js Language Pack will run
`npm install`
on your app after setting
up an appropriate environment of
[
node
](
http://github.com/joyent/node
)
,
[
npm
](
https://github.com/isaacs/npm
)
and
[
SCons
](
http://www.scons.org
)
.
## Vendored Libraries
The versions of node, npm and SCons used by the language pack are controlled
by the constants
`NODE_VERSION`
,
`NPM_VERSION`
, and
`SCONS_VERSION`
in
`bin/compile`
To use different versions of these tools, you can use the helper scripts
`support/package_node`
and
`support/package_npm`
. These support scripts will
create binary tarballs that can be referenced by
`bin/compile`
.
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