Trying to install modules from github results in:
ENOENT error on package.json.
Easily reproduced using express:
I tried npm install git+https://github.com/visionmedia/express but that took way too long and I wasn't sure that would work.
npm install git+https://github.com/visionmedia/express
What did work for me was - yarn add git+https://github.com/visionmedia/express.
yarn add git+https://github.com/visionmedia/express