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
hook.io@0.8.7 /usr/local/lib/node_modules/hook.io current=0.8.6
qs@0.4.1 /usr/local/lib/node_modules/qs current=0.4.0
qs@0.4.1 /usr/local/lib/node_modules/serve/node_modules/connect/node_modules/qs current=0.4.0
yamlish@0.0.3 /usr/local/lib/node_modules/nodeunit/node_modules/tap-producer/node_modules/yamlish current=0.0.2
request@2.9.100 /usr/local/lib/node_modules/npm/node_modules/request current=2.9.3
which@1.0.3 /usr/local/lib/node_modules/npm/node_modules/which current=1.0.2
fstream@0.1.12 /usr/local/lib/node_modules/npm/node_modules/fstream current=0.1.11
minimatch@0.1.5 /usr/local/lib/node_modules/npm/node_modules/minimatch current=0.1.3
fstream@0.1.12 /usr/local/lib/node_modules/npm/node_modules/tar/node_modules/fstream current=0.1.11
express@2.5.7 /usr/local/lib/node_modules/express current=2.5.6
express@2.5.7 /usr/local/lib/node_modules/hem/node_modules/express current=2.5.6
express@2.5.7 /usr/local/lib/node_modules/railway/node_modules/express current=2.5.6
canvas@0.10.2 /usr/local/lib/node_modules/canvas current=0.10.1
traverse@0.5.2 /usr/local/lib/node_modules/blacksmith/node_modules/hashish/node_modules/traverse current=0.4.6
mkdirp@0.3.0 /usr/local/lib/node_modules/blacksmith/node_modules/utile/node_modules/mkdirp current=0.0.7
pkginfo@0.2.3 /usr/local/lib/node_modules/blacksmith/node_modules/flatiron/node_modules/prompt/node_modules/pkginfo current=0.2.2
mkdirp@0.3.0 /usr/local/lib/node_modules/blacksmith/node_modules/flatiron/node_modules/broadway/node_modules/utile/node_modules/mkdirp current=0.0.7
pkginfo@0.2.3 /usr/local/lib/node_modules/blacksmith/node_modules/flatiron/node_modules/broadway/node_modules/nconf/node_modules/pkginfo current=0.2.2
nssocket@0.3.6 /usr/local/lib/node_modules/forever/node_modules/nssocket current=0.3.5
node-fork@0.4.1 /usr/local/lib/node_modules/forever/node_modules/node-fork current=0.4.0
timespan@2.2.0 /usr/local/lib/node_modules/forever/node_modules/winston/node_modules/loggly/node_modules/timespan current=2.0.1
pkginfo@0.2.3 /usr/local/lib/node_modules/forever/node_modules/flatiron/node_modules/prompt/node_modules/pkginfo current=0.2.2
express@2.5.7 /usr/local/lib/node_modules/spine/node_modules/spine.app/node_modules/hem/node_modules/express current=2.5.6
fstream@0.1.12 /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/fstream current=0.1.11
which@1.0.3 /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/which current=1.0.2
minimatch@0.1.5 /usr/local/lib/node_modules/jitsu/node_modules/npm/node_modules/minimatch current=0.1.4
fstream@0.1.12 /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