Closed planger closed 2 years ago
This will run the Theia version check after yarn install to check whether multiple versions of @theia/* packages are pulled by direct or indirect dependencies.
See also https://github.com/eclipse-theia/theia/pull/11483
Contributed on behalf of STMicroelectronics.
npm link
cd ~ && mkdir hello-world && cd hello-world
yo theia-extension
"@theia/cpp-debug": "latest",
browser-app/package.json
yarn
This will run the Theia version check after yarn install to check whether multiple versions of @theia/* packages are pulled by direct or indirect dependencies.
See also https://github.com/eclipse-theia/theia/pull/11483
Contributed on behalf of STMicroelectronics.
Testing this PR
npm link
in this repo location on your diskcd ~ && mkdir hello-world && cd hello-world
yo theia-extension
-- select "Hello World""@theia/cpp-debug": "latest",
as a dependency tobrowser-app/package.json
yarn
and observe how now the build fails due to the Theia version check :ballot_box_with_check: