From c5ab91efef5501e4e3947d8398dbadb0b3bd43a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Andre=CC=81?= Date: Wed, 17 Sep 2025 13:53:18 +0200 Subject: [PATCH] fix: cms quick start for npm compat --- docusaurus/docs/cms/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/cms/quick-start.md b/docusaurus/docs/cms/quick-start.md index 6dbd109036..ce27c2d841 100644 --- a/docusaurus/docs/cms/quick-start.md +++ b/docusaurus/docs/cms/quick-start.md @@ -82,10 +82,10 @@ As you will see in the terminal, your project is now building locally. ### Step 2: Register the first local administrator user -Once the installation is complete, you need to start the server. In the terminal, type `cd my-strapi-project && yarn develop` and your browser automatically opens a new tab. +Once the installation is complete, you need to start the server. In the terminal, type `cd my-strapi-project && npm run develop` and your browser automatically opens a new tab. :::tip -As long as you stay in the `my-strapi-project` folder, you will just need to run `yarn develop` any time you want to start the Strapi server again. +As long as you stay in the `my-strapi-project` folder, you will just need to run `npm run develop` any time you want to start the Strapi server again. ::: By completing the form, you create your own account. Once done, you become the first administrator user of this Strapi application. Welcome aboard, commander!