Commit Graph

2 Commits (6fc795eea9711e29bd62c4555757c8cd8b9eb9a9)

Author SHA1 Message Date
Itai Nelken f061591f3a
fix node.js installation (32bit)
`NVM_DIR` was `~/.config/nvm` but it was supposed to be `~/.nvm`.

from the `nvm` install script output:
```
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
```
3 years ago
Botspot f13551a8c3 node.js fix for 64bit kernel/32bit userland situations 3 years ago