Tegant
Tegant
Thanks you for your response. I'm on Ubuntu 20.04. I tried to install he latest like this: ``` sudo apt-get update sudo apt-get install build-essential checkinstall libssl-dev curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh...
I just realised what the problem is. When I install Oobabooga and run it with `./start_linux.sh --share --trust-remote-code` it force-installs node 12, and it breaks SillyTavern afterwards. I have been...
I discussed it with Ooba team, there is no Node installed on their end. So When I run SillyTavern I see how it installs Node, see below: ``` (azureml_py38) azureuser@llm2:~/SillyTavern$...
Ah I found the issue. It's something with Ubuntu's path. If I run this manually: ``` export NVM_DIR="/home/azureuser/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm ```...