How can I use NVM (Node Version Manager) as a sudoer?
What is the sudoer syntax for the /etc/sudoers file (debian wheezy) using NVM from /root/.nvm/ ?
username ALL=NOPASSWD:/etc/init.d/apache2 restart, ... nvm ?
The answers from the thread Can't use NVM from root (or sudo) did not work for me.