From: Tiago Melo Date: Tue, 4 Feb 2020 13:54:22 +0000 (-0100) Subject: make-dist: Bump Node.js to v10.18.1 X-Git-Tag: v15.1.1~528^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=abcc7bf85e85805c784156c8b00bee6554b04ec4;p=ceph.git make-dist: Bump Node.js to v10.18.1 This will fix an error caused by the usage of the latest version of Angular CLI and Node.js v10.16.0. Fixes: https://tracker.ceph.com/issues/43961 Signed-off-by: Tiago Melo --- diff --git a/make-dist b/make-dist index 7a6991b4569d5..5b9135b99905e 100755 --- a/make-dist +++ b/make-dist @@ -74,7 +74,7 @@ build_dashboard_frontend() { $CURR_DIR/src/tools/setup-virtualenv.sh $TEMP_DIR $TEMP_DIR/bin/pip install nodeenv - $TEMP_DIR/bin/nodeenv -p --node=10.16.0 + $TEMP_DIR/bin/nodeenv -p --node=10.18.1 cd src/pybind/mgr/dashboard/frontend DEFAULT_LANG=`jq -r .config.locale package.json`