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>2020-08-04 08:51:28 +0300
committerisaacs <i@izs.me>2020-08-04 11:03:34 +0300
commitd53768fc3672dca54c1ed8502e9ffa619720974f (patch)
tree46572a47f23a187c60a31e86e1ede95a070c07d3 /Makefile
parent040df40afe5cddbe14fca7872e3a6776573e6d4b (diff)
Get 'make htmldocs' working
There's still a task pending to get it actually up to date with non-conflicting peer deps and everything updated to remove deprecated and outdated packages. But at least it builds at all now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a006f84f..973934e80 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ uninstall:
mandocs: $(mandocs)
htmldocs:
- cd docs && node ../bin/npm-cli.js install && \
- node ../bin/npm-cli.js run build:static echo>&2 && \
+ cd docs && node ../bin/npm-cli.js install --legacy-peer-deps --no-audit && \
+ node ../bin/npm-cli.js run build:static >&2 && \
rm -rf node_modules .cache public/*js public/*json public/404* public/page-data public/manifest*
docs: mandocs htmldocs