jaiarobotics / jaiabot

Jaiabot source code
Other
16 stars 2 forks source link

NVM install directory issue #887

Open seantfish opened 1 month ago

seantfish commented 1 month ago

An EACCES error preceded by this error ./setup-tools-build-nodocker.sh: line 34: nvm: command not found can occur if the install location of nvm is not $HOME/.nvm. Checking XDG_CONFIG_HOME may reveal the nvm install location to be $HOME/.config/nvm. This is caused by a behavior in the install script.

OS: Fedora Silverblue in Ubuntu 22.04 container

seantfish commented 1 month ago

The reasoning is provided here

ferrom-jaia commented 1 month ago

Thank you Sean! We will add a ticket and fix.

seantfish commented 1 month ago

Thank you!