You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Botspot-Pi-Apps/apps/Node.js
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
..
credits HUGE AMOUNTS OF CHANGES TO CREDITS AND DESCRIPTION 3 years ago
description HUGE AMOUNTS OF CHANGES TO CREDITS AND DESCRIPTION 3 years ago
icon-24.png Add Node.js app 3 years ago
icon-64.png Add Node.js app 3 years ago
install-32 fix node.js installation (32bit) 3 years ago
install-64 node.js fix for 64bit kernel/32bit userland situations 3 years ago
uninstall node.js nvm deactivate on uninstall 3 years ago
website Add Node.js app 3 years ago