Skip to content

Commit ca25cb6

Browse files
committed
Remove outdated warning about peer-dependency resolution
1 parent 27d9769 commit ca25cb6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

content/en/docs/howto/extensibility/pluggable-widgets/create-a-pluggable-widget-one.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ As part of the widget scaffolding, the generator builds the widget for the first
9595

9696
There is also a watcher available that will rebuild your widget as you make changes to files. Start the watcher by running `npm start`.
9797

98-
{{% alert color="info" %}}
99-
NPM version 7 changed the resolution behavior of peerDependencies. Try adding `--legacy-peer-deps` to your install command if it results in peer dependency resolution errors.
100-
{{% /alert %}}
101-
10298
### Using the Widget
10399

104100
When the build script completes it will package your widget as a `.mpk` file and copy it to the `widgets/` directory in your Mendix app. Now that the generator has finished its job it is time to use the widget in Studio Pro. To use the widget, do the following:

0 commit comments

Comments
 (0)