Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-19 11:34:48 +0400
committerisaacs <i@izs.me>2010-05-19 11:34:48 +0400
commitc71ae65cf03be230e62c3221240644ec9d413e70 (patch)
tree7da92171eac34d4b098befb5822c83442e584161 /README.md
parent14aa92647f8c1a289c66c01f90e62f19a488128e (diff)
version notes for 0.1.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62f5e91f5..f15496216 100644
--- a/README.md
+++ b/README.md
@@ -40,12 +40,22 @@ If you check out the Makefile, you'll see that these are just running npm comman
at the cli.js script directly. You can also use npm without ever installing
it by using `./cli.js` instead of "npm".
+## Uninstalling
+
+So sad to see you go.
+
+ npm uninstall npm
+
+Or, if that fails,
+
+ make uninstall
+
## A note about password security
In order to publish your packages, you must have your auth info
saved into your .npmrc file. If Cipher and Decipher are supported
in the "crypto" module, then npm will use them. However, as of
-node 0.1.92, these functions aren't integrated yet.
+node 0.1.95, these functions aren't integrated yet.
You can get around this by doing: