From 9e38c6dd53f78178a700f605c9fc7af6fb88de61 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Mon, 1 Nov 2021 14:52:24 -0700 Subject: [PATCH 1/2] [v3] CLI Node version reference --- .../setup-deployment-guides/installation/cli.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md b/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md index c05905b4a6..5f0f12f232 100644 --- a/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md +++ b/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md @@ -11,8 +11,8 @@ Strapi CLI (Command Line Interface) installation scripts are the fastest way to The CLI installation guide requires at least two software prerequisites to be already installed on your computer: -- [Node.js](https://nodejs.org): only LTS versions are supported (version 12.x minimum). Other versions of Node.js may not be compatible with the latest release of Strapi. The 14.x version is most recommended by Strapi. -- [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (version 6.x minimum) or [yarn](https://yarnpkg.com/getting-started/install) to run the CLI installation scripts. +- [Node.js](https://nodejs.org): only LTS versions are supported (v12 and v14 only currently). Other versions of Node.js may not be compatible with the latest release of Strapi. The 14.x version is most recommended by Strapi. +- [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (v6 only) or [yarn](https://yarnpkg.com/getting-started/install) to run the CLI installation scripts. A database is also required for any Strapi project. Strapi currently supports the following databases: @@ -39,7 +39,6 @@ The following installation guide covers the most basic installation option using Strapi also offers a starters CLI to create a project with a pre-made frontend application (see [our dedicated blog post](https://strapi.io/blog/announcing-the-strapi-starter-cli)). ::: - 1. In a terminal, run the following command: @@ -59,8 +58,9 @@ yarn create strapi-app my-project 2. Choose an installation type: - * `Quickstart (recommended)`, which uses the default database (SQLite) - * `Custom (manual settings)`, which allows to choose your preferred database + + - `Quickstart (recommended)`, which uses the default database (SQLite) + - `Custom (manual settings)`, which allows to choose your preferred database 3. When terminal asks `Would you like to use a template?`, type `y` for yes or `n` for no then press Enter. @@ -89,4 +89,3 @@ yarn develop - From c72ebb232a7e34624aa55f4252bd20b44e6d6ab3 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Mon, 1 Nov 2021 14:54:39 -0700 Subject: [PATCH 2/2] make it clear we won't backport node 16 support --- .../latest/setup-deployment-guides/installation/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md b/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md index 5f0f12f232..7618aa1ef8 100644 --- a/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md +++ b/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md @@ -11,7 +11,7 @@ Strapi CLI (Command Line Interface) installation scripts are the fastest way to The CLI installation guide requires at least two software prerequisites to be already installed on your computer: -- [Node.js](https://nodejs.org): only LTS versions are supported (v12 and v14 only currently). Other versions of Node.js may not be compatible with the latest release of Strapi. The 14.x version is most recommended by Strapi. +- [Node.js](https://nodejs.org): only LTS versions are supported (v12 and v14). Other versions of Node.js may not be compatible with the latest release of Strapi. The 14.x version is most recommended by Strapi. - [npm](https://docs.npmjs.com/cli/v6/commands/npm-install) (v6 only) or [yarn](https://yarnpkg.com/getting-started/install) to run the CLI installation scripts. A database is also required for any Strapi project. Strapi currently supports the following databases: