Issue
I have a linux server that I can access with ssh to my own space at my university. I could create a virtual environment and install whatever I want to it with Python.
Now I want to install Node.js and run it there even if I log off. Kinda using college's computing power for my discord bot..
I don't have sudo permissions obviously is this possible if so how?
Solution
Have you try nvm https://github.com/nvm-sh/nvm If that doesn’t help, you is always free to ask yow techas or sys admin to install it for you, but nvm should be enough
Answered By - Ernesto Answer Checked By - Mildred Charles (WPSolving Admin)