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
path: root/cli.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-12-13 00:58:06 +0300
committerisaacs <i@izs.me>2010-12-13 00:58:06 +0300
commit9c44d23399c20bed74afd23cb2d65ec02ffd951c (patch)
tree303cc7987955a0404228fea89d425da67662f0de /cli.js
parent9d1ff59bff2b81c430dbb22267603bf8d9531b8e (diff)
typo
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 013a3446c..7eb3b34ea 100755
--- a/cli.js
+++ b/cli.js
@@ -5,7 +5,7 @@ log.waitForConfig()
log.info("ok", "it worked if it ends with")
if (__filename.match(/Cellar\/npm\/[^\/]+\/libexec\/cli.js$/)
- ||process.execPath.match(/Cellar\/node\/[^\/]+\/bin\/node$/) {
+ ||process.execPath.match(/Cellar\/node\/[^\/]+\/bin\/node$/)) {
log.warn("This program is not compatible with Homebrew."
+"\n brew rm npm ; brew rm node"
+"\nThen use one of the techniques in this gist instead:"