[DOCS] Add note about min node version

This commit is contained in:
arti0090 2022-08-21 10:36:54 +02:00
parent cc831518a0
commit 1cfa0bb4f2

View file

@ -69,6 +69,16 @@ By default, the database connection is pre-configured to work with a following M
You might also use any other RDBMS (like PostgreSQL), but our database migrations support MySQL only.
NPM Package Manager
-------------------
Sylius Frontend depends on `npm packages <https://docs.npmjs.com/about-npm>`_ for it to run you need to have Node.js installed.
Current minimum supported version of Node.js is:
+---------------+-----------------------+
| Node.js | 14.0+ |
+---------------+-----------------------+
Access rights
-------------