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>2011-07-16 22:04:23 +0400
committerisaacs <i@izs.me>2011-07-16 22:04:23 +0400
commit4325dcc14966d7b9c1214f20bec6bfa7aa3d911d (patch)
treedf5afa5215c2ca249b2d69f34b963bc530382f78 /Makefile
parentbbe56f905f6144dc5d228c27e3ce2d6ab1f7fd1c (diff)
fix make latest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index edb46f98f..ebe94b84b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ latest: submodules
@echo "Installing latest published npm"
@echo "Use 'make install' or 'make link' to install the code"
@echo "in this folder that you're looking at right now."
- node cli.js install
+ node cli.js install -g -f npm
install: submodules
node cli.js install -g -f