Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grzegorznowak/ansible-nvm-node
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorznowak committed Oct 9, 2019
2 parents d4e374d + 8131903 commit 1ebee0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ either
* clone the repo directly

## Dislaimer ##
It's pretty bespoke installation of node that doesn't rely on any of apt/yum goodies
It's a pretty bespoke installation of node that doesn't rely on any of apt/yum goodies
nor it follows the *recommended* (@see https://github.com/creationix/nvm/issues/1533) way of using NVM.
Additionally versioning is only achievable via Ansible itself.
Please make sure the setup given here is the one you actually do require on your end.
I would say it's __70%__ for DEV purposes and __30%__ for live.
And __0%__ if you plan having many users/roles use it on a single server - it's not going to fly in the current state
And __0%__ if you plan having many users/roles using it on a single server - it's not going to fly in the current state
(though might work at some point with relatively minimal extra love added).

The crux is it installs nvm into a global path and symlinks it back to `/usr/local/bin` for general accessibility, and hijacks global bashrc to include the NVM's paths for each user on the system.
Expand Down

0 comments on commit 1ebee0c

Please sign in to comment.