| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | ##### Docker |
| 50 | 50 | |
| 51 | 51 | Docker installation depends on your OS. [Please follow their official instructions](https://docs.docker.com/get-docker/). Please always use the latest possible version. |
| 52 | 52 | |
| 53 | -##### Node.js 22.15 (LTS) | |
| 53 | +##### Node.js 16 (LTS) | |
| 54 | 54 | |
| 55 | 55 | Node.js is used in the build process of the Parse.ly plugin. If it's not already installed on your system, you can [visit the Node.js website and install the latest Long Term Support (LTS) version](https://nodejs.org/). If you use [nvm](https://github.com/nvm-sh/nvm) to manage node versions, you can run: |
| 56 | 56 | |
| 57 | 57 | ``` |
| @@ -58,11 +58,11 @@ | ||
| 58 | 58 | nvm install |
| 59 | 59 | nvm use |
| 60 | 60 | ``` |
| 61 | 61 | |
| 62 | -##### npm 10.9.2 | |
| 62 | +##### npm 7 | |
| 63 | 63 | |
| 64 | -If you need to update npm, you can run: | |
| 64 | +Node 16 ships with npm version 7, so you don't need to update it manually. In case you don't have the latest version, you can run: | |
| 65 | 65 | |
| 66 | 66 | ``` |
| 67 | 67 | npm i -g npm |
| 68 | 68 | ``` |
| @@ -76,9 +76,9 @@ | ||
| 76 | 76 | ##### Composer 1 |
| 77 | 77 | |
| 78 | 78 | The Parse.ly plugin includes several packages that require Composer, the PHP package manager. You can view the [composer.json](https://github.com/Parsely/wp-parsely/blob/develop/composer.json) file for a full list of packages. You can install Composer through Homebrew on macOS: `brew install composer`. If you don't have access to Homebrew you can view instructions for how to install Composer on the [Composer website](https://getcomposer.org/download/). |
| 79 | 79 | |
| 80 | -##### WordPress 6.3 | |
| 80 | +##### WordPress 5.2 | |
| 81 | 81 | |
| 82 | 82 | You don't need to install WordPress if you use the provided, Docker-based wp-env. |
| 83 | 83 | |
| 84 | 84 | ##### MySQL 5.7 |