Currently generating the hello-world app has multiple problems.
The first issue is
'src/browser/hello-world-contribution.ts(14,10): error TS1239: Unable to resolve signature of parameter decorator when called as an expression.\r\n' +
" Argument of type 'undefined' is not assignable to parameter of type 'string'.\r\n" +
Currently generating the hello-world app has multiple problems.
The first issue is
As far as I can see this is fixed on master already (https://github.com/eclipse-theia/generator-theia-extension/issues/164) but not released yet.
Testing the generation with a local build gives this error then: