You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: lerna ERR! src/browser/hello-world-contribution.ts(14,10): error TS1239: Unable to resolve signature of parameter decorator when called as an expression.
Error: lerna ERR! src/browser/example-file/example-file-command.ts(21,10): error TS1239: Unable to resolve signature of parameter decorator when called as an expression.
Error: src/browser/example-file/example-file-command.ts(21,10): error TS1239: Unable to resolve signature of parameter decorator when called as an expression.
The text was updated successfully, but these errors were encountered:
Yes, I can confirm, it seems like this issue: microsoft/TypeScript#52435
The original issue would be fixed by an update of inversify. For a quickfix, I suggest to pin the TypeScript version in the generators to the same as used in Theia, does this work for you @vince-fugnitto
Description
There are a number of build errors during CI which will need to be addressed:
Example:
The text was updated successfully, but these errors were encountered: