wfarr / nodenv

NodeJS version management. You know, for nodes.
MIT License
47 stars 13 forks source link

Global install instructions #17

Closed rtgibbons closed 9 years ago

rtgibbons commented 10 years ago

This is for issue #9, it's actually straight forward with NODENV_ROOT, just setting up the permissions and adding it to /etc/profile.d to get loaded in by default.

cronopio commented 9 years ago

wow awesome! And this steps resolve all the issues with global npm modules on #9 ? Thanks!

rtgibbons commented 9 years ago

Basically; Users in the group nodeenv would be able to install global node modules.

cronopio commented 9 years ago

Cool. :sunglasses: Will merge this then.