From b0a16e6232164dffd67f047ba68fb0235b98e375 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Wed, 20 Jan 2021 16:00:43 +0100 Subject: [PATCH] Update build-docs.sh --- build-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-docs.sh b/build-docs.sh index 5ad7347c3..a58772e8d 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -22,6 +22,7 @@ npm_install() { pwd rm -rf node_modules package-lock.json npm -v + npm i -g npm@^6.13.6 npm install || echo "Something is not right..." echo "calling npm install @types/handlebars@4.0.33" npm install @types/handlebars@4.0.33