Kurztipp und Notiz an mich: Wenn die Installation von Node.js-Modulen im Firmennetzwerk nicht funktioniert, helfen die beherzten Befehle
npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080
(Gelernt von Wil Boayue)