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: 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
The text was updated successfully, but these errors were encountered:
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.
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
I tried many other versions with the same result.
yarn-lock.zip
The text was updated successfully, but these errors were encountered: