diff --git a/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md b/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md index e91c5a0a8f4..4e9fe259c8d 100644 --- a/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md +++ b/content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md @@ -63,7 +63,7 @@ Using a terminal or command line, navigate to your new Mendix app's folder, crea ```shell mkdir myPluggableWidgets cd myPluggableWidgets -npx @mendix/generator-widget TextBox +npx @mendix/generator-widget@latest TextBox ``` The generator will ask you a few questions during setup. Answer the questions by specifying the following information: diff --git a/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md b/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md index 819685530bb..809a21c1ff6 100644 --- a/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md +++ b/content/en/docs/howto10/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md @@ -63,7 +63,7 @@ Using a terminal or command line, navigate to your new Mendix app's folder, crea ```shell mkdir myPluggableWidgets cd myPluggableWidgets -npx @mendix/generator-widget TextBox +npx @mendix/generator-widget@latest TextBox ``` The generator will ask you a few questions during setup. Answer the questions by specifying the following information: diff --git a/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md b/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md index ad62046751c..734585c521c 100644 --- a/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md +++ b/content/en/docs/howto9/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md @@ -65,7 +65,7 @@ Using a terminal or command line, navigate to your new Mendix app's folder, crea ```powershell mkdir CustomWidgets cd CustomWidgets -npx @mendix/generator-widget TextBox +npx @mendix/generator-widget@latest TextBox ``` The generator will ask you a few questions during setup. Answer the questions by specifying the following information: