Skip to content

Instantly share code, notes, and snippets.

@flores
Created November 23, 2011 01:05
Show Gist options
  • Save flores/1387621 to your computer and use it in GitHub Desktop.
Save flores/1387621 to your computer and use it in GitHub Desktop.
npm list = "UNMET DEPENDENCY". k, npm install module. same module now becomes "extraneous"
[email protected] /var/lib/jenkins/workspace/shark
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── UNMET DEPENDENCY formidable 1.0.x
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
└── [email protected]
nginx1-qa:/var/lib/jenkins/workspace/shark# npm install formidable
[email protected] ./node_modules/formidable
nginx1-qa:/var/lib/jenkins/workspace/shark# npm list
[email protected] /var/lib/jenkins/workspace/shark
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected] extraneous
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
└── [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment