Skip to content

Instantly share code, notes, and snippets.

@c4milo
Created January 13, 2012 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4milo/1607296 to your computer and use it in GitHub Desktop.
Save c4milo/1607296 to your computer and use it in GitHub Desktop.
aguilarlopez@prosito /tmp/test % npm list
npm WARN unmet dependency /private/tmp/test/node_modules/bugswarm-prt requires superagent@'https://github.com/downloads/c4milo/superagent/7714da.tgz' but will load
npm WARN unmet dependency /private/tmp/test/node_modules/superagent,
npm WARN unmet dependency which is version 0.1.3
testproject@0.2.0 /private/tmp/test
├── bugswarm-prt@0.1.7
└─┬ superagent@0.1.3 invalid
├─┬ express@2.5.4
│ ├─┬ connect@1.8.5
│ │ ├── formidable@1.0.8
│ │ └── qs@0.4.0
│ ├── mime@1.2.4
│ └── mkdirp@0.0.7
├─┬ mocha@0.8.1
│ ├── commander@0.3.2
│ ├── debug@0.1.0
│ ├── growl@1.4.1
│ └─┬ say@0.5.0
│ ├── colors@0.5.1
│ └─┬ translate@0.7.0
│ └── request@2.9.3
├── qs@0.3.2
└── should@0.4.2
{
"name": "testproject",
"description": "testproject",
"version": "0.2.0",
"engines": {
"node": ">= 0.4.3 < 0.5.0"
},
"devDependencies": {
"superagent": "0.1.3",
"bugswarm-prt": "0.1.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment