From 6c1a4812ca20cbcbf9aa64156c1dfc95b60f918f Mon Sep 17 00:00:00 2001 From: Nicola Krumschmidt Date: Fri, 28 Apr 2023 18:57:12 +0200 Subject: [PATCH] Instruct users to use the latest version of create-directus-extension (#18361) --- .changeset/slimy-windows-jog.md | 5 +++++ docs/extensions/creating-extensions.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/slimy-windows-jog.md diff --git a/.changeset/slimy-windows-jog.md b/.changeset/slimy-windows-jog.md new file mode 100644 index 0000000000..7a20b14ec7 --- /dev/null +++ b/.changeset/slimy-windows-jog.md @@ -0,0 +1,5 @@ +--- +'docs': patch +--- + +Instruct users to use the latest version of create-directus-extension diff --git a/docs/extensions/creating-extensions.md b/docs/extensions/creating-extensions.md index 2365f83b9b..eecc14095e 100644 --- a/docs/extensions/creating-extensions.md +++ b/docs/extensions/creating-extensions.md @@ -10,7 +10,7 @@ readTime: 5 min read The easiest way to start developing extensions is to use the `create-directus-extension` utility: ```bash -npm init directus-extension +npm init directus-extension@latest ``` After specifying the name of the extension, the type of the extension and the programming language you want to use, the