I have a pretty common (i guess) problem. Many of my projects utilize nodejs, some for business logic, others only for some building task. I need to have different runtimes in different projects, one of my electron apps requires node 7.10.0, a typical build suite requires node 8.x. Now i know – i can use sudo n 7.10.0 or sudo