Skip to content

Instantly share code, notes, and snippets.

@danfinlay
Created January 6, 2014 22:35
Show Gist options
  • Select an option

  • Save danfinlay/8291068 to your computer and use it in GitHub Desktop.

Select an option

Save danfinlay/8291068 to your computer and use it in GitHub Desktop.
Mysterious problem is preventing me from installing this module globally.
var appController = require('./appController');
//#!/usr/bin/env node
{
"name": "SuperUtil",
"version": "0.0.0",
"description": "Command line tool.",
"main": "index.js",
"author": "Dan Finlay",
"dependencies": {
"terminal-menu": "~0.2.0",
"promzard": "~0.2.0",
"q": "~0.9.7",
"lodash": "~2.4.1"
},
"bin": {
"SuperUtil": "./index.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment