MineOS WebUI creates servers at "undefined" on Arch Linux

Well that’s strange. I am using NVM and installed node 8 (specifically 8.17) because running npm install --unsafe-perm would return errors otherwise. I see on the suggested messages that there was a similar issue discussed at Can't create servers / No Profiles downloaded - Arch, which I couldn’t find before now. I see his issue was that MineOS doesn’t use the NVM version so it is most likely the same here, I would guess. I tried the second option to fix the issue you ultimately gave him, which is to put the script from /root/.bashrc to /etc/profile, but that didn’t work. How would I go about removing the system version and symlinking the v8 install in its place? I can’t say I’m advanced enough to know that process yet.

EDIT: I actually haven’t put that script in /root/.bashrc, I put it in /etc/bash.bashrc which should be more universal. I realy don’t know if that changes anything.