From: isaacs Date: Tue, 4 Jun 2013 18:42:32 +0000 (-0700) Subject: npm: Upgrade to 1.2.25 X-Git-Tag: v0.10.10~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f28f67cf759258492537495c016b2b01d2b0f9de;p=platform%2Fupstream%2Fnodejs.git npm: Upgrade to 1.2.25 --- diff --git a/deps/npm/doc/cli/install.md b/deps/npm/doc/cli/install.md index 2f32551..44885f3 100644 --- a/deps/npm/doc/cli/install.md +++ b/deps/npm/doc/cli/install.md @@ -168,6 +168,12 @@ local space in some cases. The `--no-bin-links` argument will prevent npm from creating symlinks for any binaries the package might contain. +The `--no-shrinkwrap` argument, which will ignore an available +shrinkwrap file and use the package.json instead. + +The `--nodedir=/path/to/node/source` argument will allow npm to find the +node source code so that npm can compile native modules. + See `npm-config(1)`. Many of the configuration params have some effect on installation, since that's most of what npm does. diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 55fc4c6..1c13946 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@

This function should not be used programmatically. Instead, just refer to the npm.bin member.

- +