Can I install multiple versions of the same node module globally with npm?
node
npm
Not currently.
(Related: You can install multiple versions of node using with NVM (Node Version Manager): https://github.com/creationix/nvm)