Skip to content

Instantly share code, notes, and snippets.

@donpark
Created February 6, 2012 20:50
Show Gist options
  • Save donpark/1754761 to your computer and use it in GitHub Desktop.
Save donpark/1754761 to your computer and use it in GitHub Desktop.
Noise from outdated submodules
$ npm outdated -g
[email protected] /usr/local/lib/node_modules/hook.io current=0.8.6
[email protected] /usr/local/lib/node_modules/qs current=0.4.0
[email protected] /usr/local/lib/node_modules/serve/node_modules/connect/node_modules/qs current=0.4.0
[email protected] /usr/local/lib/node_modules/nodeunit/node_modules/tap-producer/node_modules/yamlish current=0.0.2
[email protected] /usr/local/lib/node_modules/npm/node_modules/request current=2.9.3
[email protected] /usr/local/lib/node_modules/npm/node_modules/which current=1.0.2
[email protected] /usr/local/lib/node_modules/npm/node_modules/fstream current=0.1.11
[email protected] /usr/local/lib/node_modules/npm/node_modules/minimatch current=0.1.3
[email protected] /usr/local/lib/node_modules/npm/node_modules/tar/node_modules/fstream current=0.1.11
[email protected] /usr/local/lib/node_modules/express current=2.5.6
[email protected] /usr/local/lib/node_modules/hem/node_modules/express current=2.5.6
[email protected] /usr/local/lib/node_modules/railway/node_modules/express current=2.5.6
[email protected] /usr/local/lib/node_modules/canvas current=0.10.1
[email protected] /usr/local/lib/node_modules/blacksmith/node_modules/hashish/node_modules/traverse current=0.4.6
[email protected] /usr/local/lib/node_modules/blacksmith/node_modules/utile/node_modules/mkdirp current=0.0.7
[email protected] /usr/local/lib/node_modules/blacksmith/node_modules/flatiron/node_modules/prompt/node_modules/pkginfo current=0.2.2
[email protected] /usr/local/lib/node_modules/blacksmith/node_modules/flatiron/node_modules/broadway/node_modules/utile/node_modules/mkdirp current=0.0.7
[email protected] /usr/local/lib/node_modules/blacksmith/node_modules/flatiron/node_modules/broadway/node_modules/nconf/node_modules/pkginfo current=0.2.2
[email protected] /usr/local/lib/node_modules/forever/node_modules/nssocket current=0.3.5
[email protected] /usr/local/lib/node_modules/forever/node_modules/node-fork current=0.4.0
[email protected] /usr/local/lib/node_modules/forever/node_modules/winston/node_modules/loggly/node_modules/timespan current=2.0.1
[email protected] /usr/local/lib/node_modules/forever/node_modules/flatiron/node_modules/prompt/node_modules/pkginfo current=0.2.2
[email protected] /usr/local/lib/node_modules/spine/node_modules/spine.app/node_modules/hem/node_modules/express current=2.5.6
[email protected] /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/fstream current=0.1.11
[email protected] /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/which current=1.0.2
[email protected] /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/minimatch current=0.1.4
[email protected] /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/tar/node_modules/fstream current=0.1.11
@donpark
Copy link
Author

donpark commented Feb 7, 2012

This gist is an example of NPM UX issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment