Hey guys,
I have a managed server that I need node on. I don't have root access and need to ask my provider to install software.
I use node mainly for isomorphic ember, angular and reactjs applications.
What is the best way to install node in that situation to be able to use it in multiple projects and without having to use sudo?
Should I use nvm (to make sure that the applications will work in the future)?
Can i use nvm to install global packages without sudo? (i found a lot of tutorials on how to install npm without sudo, but not for nvm)
What would you recommend or can you post a link to installation/configuration instructions that I could pass to my provider?
I just want to make she he installs it right, because he doesn't have much experience with node.
best regards
Simon