File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/pybind/mgr/dashboard/frontend Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ The build process is based on `Node.js <https://nodejs.org/>`_ and requires the
214
214
Prerequisites
215
215
~~~~~~~~~~~~~
216
216
217
- * Node 18.17.0 or higher
218
- * NPM 9.6.7 or higher
217
+ * Node 20.13.1 or higher
218
+ * NPM 10.5.2 or higher
219
219
220
220
nodeenv:
221
221
During Ceph's build we create a virtualenv with ``node `` and ``npm ``
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ build_dashboard_frontend() {
132
132
133
133
$CURR_DIR /src/tools/setup-virtualenv.sh $TEMP_DIR
134
134
$TEMP_DIR /bin/pip install nodeenv
135
- $TEMP_DIR /bin/nodeenv --verbose -p --node=18.17.0
135
+ $TEMP_DIR /bin/nodeenv --verbose -p --node=20.13.1
136
136
cd src/pybind/mgr/dashboard/frontend
137
137
138
138
. $TEMP_DIR /bin/activate
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ else(WITH_SYSTEM_NPM)
64
64
OUTPUT "${mgr-dashboard-nodeenv-dir}/bin/npm"
65
65
COMMAND ${CMAKE_SOURCE_DIR} /src/tools/setup-virtualenv.sh --python=${MGR_PYTHON_EXECUTABLE} ${mgr-dashboard-nodeenv-dir}
66
66
COMMAND ${mgr-dashboard-nodeenv-dir}/bin/pip install nodeenv
67
- COMMAND ${mgr-dashboard-nodeenv-dir}/bin/nodeenv --verbose ${node_mirror_opt} -p --node=18.17.0
67
+ COMMAND ${mgr-dashboard-nodeenv-dir}/bin/nodeenv --verbose ${node_mirror_opt} -p --node=20.13.1
68
68
COMMAND mkdir ${mgr-dashboard-nodeenv-dir}/.npm
69
69
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
70
70
COMMENT "dashboard nodeenv is being installed" )
You can’t perform that action at this time.
0 commit comments