Trying to install modules from github results in:
ENOENT error on package.json.
Easily reproduced using express:
Try this command
npm install github:[Organisation]/[Repository]#[master/BranchName] -g
this command worked for me.
npm install github:BlessCSS/bless#3.x -g