Skip to content

Instantly share code, notes, and snippets.

@mbleigh
Created August 28, 2010 00:01
Show Gist options
  • Save mbleigh/554413 to your computer and use it in GitHub Desktop.
Save mbleigh/554413 to your computer and use it in GitHub Desktop.
[flockfeed] $ npm bundle ./vendor
npm info it worked if it ends with ok
npm info version 0.1.27-9
npm info bundle [ './vendor' ]
npm info fetch http://registry.npmjs.org/express/-/express-1.0.0rc2.tgz
npm info fetch http://registry.npmjs.org/ejs/-/ejs-0.2.0.tgz
npm info fetch http://registry.npmjs.org/oauth/-/oauth-0.8.1.tgz
npm info install [email protected]
npm info install [email protected]
npm info install [email protected]
npm info activate [email protected]
npm info activate [email protected]
npm info activate [email protected]
npm info build Success: [email protected]
npm info build Success: [email protected]
npm info build Success: [email protected]
npm ok
[flockfeed] $ ls vendor/
index.js
[flockfeed] $ ls -laF vendor/
total 8
drwxr-xr-x 3 mbleigh staff 102 Aug 27 19:00 ./
drwxr-xr-x 4 mbleigh staff 136 Aug 27 19:00 ../
-rw-r--r-- 1 mbleigh staff 285 Aug 27 19:00 index.js
@mbleigh
Copy link
Author

mbleigh commented Aug 28, 2010

npm config ls
auto-activate = "always"
auto-deactivate = true
binroot = "/usr/local/Cellar/node/0.2.0/bin"
dev = false
globalconfig = "/usr/local/Cellar/node/0.2.0/etc/npmrc"
gzip = "gzip"
loglevel = "info"
manroot = "/usr/local/Cellar/node/0.2.0/share/man"
registry = "http://registry.npmjs.org/"
root = "/Users/mbleigh/.node_libraries"
tag = "latest"
tar = "tar"
update-dependents = true
userconfig = "/Users/mbleigh/.npmrc"
npm info it worked if it ends with ok
npm info version 0.1.27-9
npm ok

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