Created
September 29, 2011 18:44
-
-
Save dshaw/1251557 to your computer and use it in GitHub Desktop.
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
# From yorick on IRC. | |
$ npm outdated | |
var npm = require('/usr/local/lib/node_modules/npm/npm.js'); | |
npm.load({}, function(er) { if (er) handle_error(er); npm.commands.outdated(function(er, data) { ... }) }) | |
npm.commands.install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm outdated
is awesome.