Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit b82e358

Browse files
authored
update nvm version limits (#360)
1 parent 5fa174f commit b82e358

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

source/docs/contributing/photonvision/build-instructions.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ Prerequisites
1010
~~~~~~~~~~~~~
1111

1212
| **Java Development Kit:** This project requires Java Development Kit (JDK) 11 to be compiled. This is the same Java version that comes with WPILib. If you don't have this JDK with WPILib, you can follow the instructions to install JDK 11 for your platform `here <https://bell-sw.com/pages/liberica_install_guide-11.0.7//>`_.
13-
| **Node JS:** The UI is written in Node JS. To compile the UI, Node 10 or newer is required. To install Node JS follow the instructions for your platform `on the official Node JS website <https://nodejs.org/en/download/>`_.
13+
| **Node JS:** The UI is written in Node JS. To compile the UI, Node 14.18.0 to Node 16.0.0 is required. To install Node JS follow the instructions for your platform `on the official Node JS website <https://nodejs.org/en/download/>`_. However, modify this line
14+
15+
.. code-block:: bash
16+
17+
nvm install 20
18+
19+
so that it instead reads
20+
21+
.. code-block:: javascript
22+
23+
nvm install 14.18.0
1424
1525
Compiling Instructions
1626
----------------------

0 commit comments

Comments
 (0)