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

hello-world example does not start #236

Closed
Coffeesink opened this issue Nov 17, 2024 · 2 comments
Closed

hello-world example does not start #236

Coffeesink opened this issue Nov 17, 2024 · 2 comments

Comments

@Coffeesink
Copy link

Trying to start the hello-world example results in this error message:

yarn start:browser
yarn run v1.22.22
$ yarn --cwd browser-app start
$ theia start

Error: The number of constructor arguments in the derived class NodeStopwatch must be >= than the number of constructor arguments of its base class.
at C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:10778:27
at Array.forEach ()
at _createSubRequests (C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:10760:20)
at C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:10782:17
at Array.forEach ()
at C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:10781:26
at Array.forEach ()
at _createSubRequests (C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:10760:20)
at plan (C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:10803:9)
at C:\projects\my-theia-app-tmp3\browser-app\lib\backend\vendors-node_modules_theia_core_lib_common_index_js.js:9995:46

Using

  • OS: Windows 10
  • Node v21.7.3
  • yarn 1.22.22

I tried many other versions with the same result.
yarn-lock.zip

@msujew
Copy link
Member

msujew commented Nov 17, 2024

Hey @Coffeesink,

our inversify dependency released a breaking change in a minor version, which is breaking adopters. See eclipse-theia/theia#14431 (comment) for a temporary fix. A less temporary fix will be released at the end of the month in eclipse-theia/theia#14435.

@msujew msujew closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2024
@Coffeesink
Copy link
Author

Coffeesink commented Nov 17, 2024 via email

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