Skip to content

Commit 33c6e08

Browse files
committed
Updated node.js dependency in Jupyter installer from 14.* to 15.*.
This allows it to work with Mac ARM architecture (for which there is no 14.* binary) while still working for JupyterLab 2.*.
1 parent 32e40f2 commit 33c6e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.omg.sysml.jupyter.installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ java -version
3333

3434
echo "--- Step 3: Installing Jupyter SysML kernel and dependencies ---"
3535
jupyter kernelspec remove sysml -f > /dev/null 2>&1 || true
36-
conda install "jupyter-sysml-kernel=$SYSML_VERSION" python=3.* jupyterlab=2.* graphviz=2.* nodejs=14.* -c conda-forge -y
36+
conda install "jupyter-sysml-kernel=$SYSML_VERSION" python=3.* jupyterlab=2.* graphviz=2.* nodejs=15.* -c conda-forge -y
3737

3838
echo "--- Step 4: Installing JupyterLab SysML extension ---"
3939
jupyter labextension uninstall @systems-modeling/jupyterlab-sysml > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)