eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
48 stars 39 forks source link

run "yo theia-extension" Error theia-extension #182

Open CaGeek opened 9 months ago

CaGeek commented 9 months ago

1700117172373

JonasHelming commented 9 months ago

Thank you for the report. Which "yo" version do you have installed?

CaGeek commented 9 months ago

@JonasHelming yo 5.0.0 version

jcanchen commented 9 months ago

npm install yo@4.0.0 -g try this

JonasHelming commented 9 months ago

Yes, could you try this? Yeoman 5.0 was release 2 days ago, there might be incompatibilities.

JonasHelming commented 9 months ago

4.3.1 works well for me

jcanchen commented 9 months ago

It should work. Been tested yesterday.

CaGeek commented 9 months ago

@jcanchen @JonasHelming right thanks!

JonasHelming commented 8 months ago

@CaGeek Could you confirm that the new version fixes the issue with yo 5.0.0?