Created
November 23, 2011 01:05
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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