Skip to content
New issue

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

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

Already on GitHub? # to your account

Add an option to use system-wide "node" #41

Merged
merged 1 commit into from
Aug 22, 2013

Conversation

vincentbernat
Copy link
Contributor

Using -n system flag, node.js will not be downloaded nor
compiled. The system-wide version will be used. npm needs to be
tricked a bit about using the appropriate prefix. We enforce the
prefix to be used by setting NPM_CONFIG_PREFIX variable in the
environment.

This should fix #17.

Using `-n system` flag, node.js will not be downloaded nor
compiled. The system-wide version will be used. npm needs to be
tricked a bit about using the appropriate prefix. We enforce the
prefix to be used by setting NPM_CONFIG_PREFIX variable in the
environment.
ekalinin added a commit that referenced this pull request Aug 22, 2013
@ekalinin ekalinin merged commit 5a4a376 into ekalinin:master Aug 22, 2013
@ekalinin
Copy link
Owner

Patched. Thanks!

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

Successfully merging this pull request may close these issues.

Use system node
2 participants