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

Commit

Permalink
update nvm version limits (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam948-byte authored Jun 1, 2024
1 parent 5fa174f commit b82e358
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion source/docs/contributing/photonvision/build-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ Prerequisites
~~~~~~~~~~~~~

| **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//>`_.
| **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/>`_.
| **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
.. code-block:: bash
nvm install 20
so that it instead reads

.. code-block:: javascript
nvm install 14.18.0
Compiling Instructions
----------------------
Expand Down

0 comments on commit b82e358

Please sign in to comment.