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 <tmelo@suse.com>
$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`