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:
authorJérémy Lal <kapouer@melix.org>2018-04-21 02:09:46 +0300
committerRebecca Turner <me@re-becca.org>2018-05-04 03:09:00 +0300
commitbe51b382bef0dc91c3562d7b19386789a1579fe5 (patch)
tree5064bd410d47731a67f35109599da2618948ba3a /Makefile
parent2ac8edd4248f2393b35896f0300b530e7666bb0e (diff)
makefile: call cache clean with --force
PR-URL: https://github.com/npm/npm/pull/20398 Credit: @kapouer Reviewed-By: @iarna
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42e465e7d..4e00647a1 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ link: uninstall
clean: markedclean marked-manclean doc-clean
rm -rf npmrc
- node bin/npm-cli.js cache clean
+ node bin/npm-cli.js cache clean --force
uninstall:
node bin/npm-cli.js rm npm -g -f