Skip to content

Instantly share code, notes, and snippets.

@davglass
Created January 24, 2014 17:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davglass/8601944 to your computer and use it in GitHub Desktop.
Save davglass/8601944 to your computer and use it in GitHub Desktop.
//https://github.com/getify/rawnpm.getify.io/blob/master/server.js#L244
conf.loglevel = "silent";
conf.cache = path.join(__dirname,"npm_cache");
conf.userconfig = path.join(__dirname, ".npmrc");
npm.load(conf, fn);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment