Trying to install modules from github results in:
ENOENT error on package.json.
Easily reproduced using express:
You can directly install an github repo by npm install
command, like this:
npm install https://github.com/futurechallenger/npm_git_install.git --save
NOTE: In the repo which will be installed by npm command: