eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
49 stars 37 forks source link

generator-theia-extension fails on all generators #186

Closed lwallent closed 9 months ago

lwallent commented 9 months ago

Bug Description:

Tried to follow the tutorial How to build a tree editor in Eclipse Theia. When using the yeoman theia-extension generator it fails no matter what type you select. The error printed to the terminal:

$yo theia-extension
? The extension's type Hello World
? The extension's name hello-world
HelloWorld
Error theia-extension

generator.run is not a function

Steps to Reproduce:

npm install -g yo generator-theia-extension
mkdir my-extension && cd my-extension
yo theia-extension

Additional Information

msujew commented 9 months ago

@lwallent The package isn't compatible with Yeoman 5 yet, closing as a duplicate. See also https://github.com/eclipse-theia/generator-theia-extension/issues/182.