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

Can I change corepack's platform runtime version after Node.js installation? #1675

Open
kano-hideki opened this issue Jan 31, 2024 · 0 comments

Comments

@kano-hideki
Copy link

kano-hideki commented Jan 31, 2024

Questions

Can I change corepack's platform runtime version after Node.js installation?

Reproduce

  1. Rum volta install [email protected] && corepack enable.
  2. Run volta list all.
⚡️ User toolchain:

    Node runtimes:
        v20.9.0   (current)
        v20.11.0

    Packages:
        [email protected] (default)
            binary tools: corepack, pnpm, pnpx, yarn, yarnpkg
            platform:
                runtime: [email protected]. <-- HERE
                package manager: npm@built-in

Corepack uses [email protected]. Next,

  1. Run volta install [email protected]
  2. Run volta list all.
⚡️ User toolchain:

    Node runtimes:
        v20.9.0  
        v20.11.0  (current)

    Packages:
        [email protected] (default)
            binary tools: corepack, pnpm, pnpx, yarn, yarnpkg
            platform:
                runtime: [email protected]. <-- HERE
                package manager: npm@built-in

Corepack uses [email protected] yet. Should use [email protected].

@kano-hideki kano-hideki changed the title Can I change a corepack's platform runtime version after Node.js installation? Can I change corepack's platform runtime version after Node.js installation? Jan 31, 2024
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

1 participant