We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33fe7d commit 166deeaCopy full SHA for 166deea
1 file changed
README.rst
@@ -89,9 +89,9 @@ Cloning and Startup
89
90
``git clone https://github.com/openedx/frontend-app-account.git``
91
92
- 2. Use node v18.x.
+ 2. Use the version of Node specified in the ``.nvmrc`` file.
93
94
- The current version of the micro-frontend build scripts support node 18.
+ The current version of the micro-frontend build scripts supports the version of Node found in ``.nvmrc``.
95
Using other major versions of node *may* work, but this is unsupported. For
96
convenience, this repository includes an .nvmrc file to help in setting the
97
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
0 commit comments