Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generator-theia-extension fails on all generators #186

Closed
lwallent opened this issue Nov 28, 2023 · 1 comment
Closed

generator-theia-extension fails on all generators #186

lwallent opened this issue Nov 28, 2023 · 1 comment

Comments

@lwallent
Copy link

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

  • Operating System: MacOs 14.1.1
  • Yeoman version: 5.0.0
  • generator-theia-extension@0.1.36
@msujew msujew transferred this issue from eclipse-theia/theia Nov 28, 2023
@msujew
Copy link
Member

msujew commented Nov 28, 2023

@lwallent The package isn't compatible with Yeoman 5 yet, closing as a duplicate. See also #182.

@msujew msujew closed this as not planned Won't fix, can't repro, duplicate, stale Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants