Unable to Generate:theme Matomo 13.2

I try to create a new theme in Matomo 13.2. I follow the instructions on https://developer.matomo.org/guides/theming
After the command ./console generate:theme I receive the following error.

The ExamplePlugin is missing. From a different environment created a copy of the plugin and installed on the new environment.
Again I tried the command. Now the result is:

But the theme is not created in the plugins folder.

How can this be solved?

Hi,

When developing a plugin or a theme, I’d recommend you to set up a development Matomo instance from git with development mode enabled. This way everything needed is included.

https://developer.matomo.org/guides/getting-started-part-1

Thanks. In the past I used the downloads from the webpages and they normally worked.