Unknown widget agepe.widgetname.WidgetName.

1
Hello, I’m trying to create a new pluggable web widget by following the tutorial in documentation. But i’m getting this error: Does somebody else get this? and can someone help me fix this? Kind regards, Steven Keersmaekers
asked
2 answers
3

For all the developers with this error:

I’ve fixed this issue by installing not the latest version of the generator/widget
npm install -g @mendix/generator-widget@9.0.2

version 9.0.2 does work without issues

answered
3

Thank you a lot.
I wanted to start learning widget development and then I got the same error.
Now I lost like 2h to find an error.

Mendix should make somekind of /lts version that is used in tutorials and overall better document what is going on with that.

answered