Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

[Bug] Resolve "Corepack is about to download" #2635

Closed tschaffter closed 5 months ago

tschaffter commented 5 months ago

Is there an existing issue for this?

What product(s) are you seeing the problem on?

Sage Monorepo

Current behavior

The image of the devcontainer has recently been updated. The following message is now shown when running workspace-install for the first time in a new devcontainer.

vscode@1a5d528bb7c5:/workspaces/sage-monorepo$ workspace-install
Corepack is about to download https://repo.yarnpkg.com/3.6.1/packages/yarnpkg-cli/bin/yarn.js.

Do you want to continue? [Y/n]

Ideally, Yarn should already be installed as part of the dev container, or at least the developer should not be prompted by this message.

Expected behavior

No response

Anything else?

No response

Commit ID

63af8d378f214a211187ece95f73684d934504c8

Are you developing inside the dev container?

Code of Conduct

tschaffter commented 5 months ago

Yarn is no longer pre-installed in the devcontainer:

vscode@b515be0087ab:/workspaces/sage-monorepo$ yarn --version
Corepack is about to download https://repo.yarnpkg.com/3.6.1/packages/yarnpkg-cli/bin/yarn.js.

Do you want to continue? [Y/n]