How to install multiple versions of the same node.js module?

Can I install multiple versions of the same node module globally with npm?

Not currently.

(Related: You can install multiple versions of node using with NVM (Node Version Manager): https://github.com/creationix/nvm)