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

base-setup fails if packageManager is set #240

Closed
fcollonval opened this issue Jun 17, 2024 · 0 comments · Fixed by #241
Closed

base-setup fails if packageManager is set #240

fcollonval opened this issue Jun 17, 2024 · 0 comments · Fixed by #241
Labels
bug Something isn't working

Comments

@fcollonval
Copy link
Member

Description

Run CACHE_DIR=$(yarn config get cacheFolder)
error This project's package.json defines "packageManager": "yarn@^3.5.0". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.

Reproduce

Error seen in https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/actions/runs/9548170411/job/26314738625?pr=304

Expected behavior

No error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant