1

I've got a Ubuntu 14.04 server and one user per app. I wanted to use NVM to manage node versions for every user, but should it be installed globally or one per user?

Here, here and here they install NVM globally and then hack it somehow. However someone says NVM has been created for a single user installation.

Who is right? What's best practice?

Community
  • 1
  • 1
a.barbieri
  • 2,398
  • 3
  • 30
  • 58

1 Answers1

2

After a while of trying both configuration the correct way is to install it per single user. Anyway it still not as straight forward as one might think.

Read this thread to see how I had setup my configuration.

a.barbieri
  • 2,398
  • 3
  • 30
  • 58