how to downgrade from NPM 3 to NPM 2
As of 3.8.9:
$ npm -v 3.8.9 $ npm install -g npm@latest-2 ... $ npm -v 2.15.5
source