-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bundle Pnpm with image #1755
Comments
dunglas
added a commit
to dunglas/docker-node
that referenced
this issue
Sep 7, 2022
This patch enables Corepack, allowing to use pnpm directly and unbundling yarn from the default image. Removing yarn also simplifies the image and the maintainance. This change as been discussed in nodejs#777. Closes nodejs#777, nodejs#1645, nodejs#1755.
dunglas
added a commit
to dunglas/docker-node
that referenced
this issue
Sep 7, 2022
This patch enables Corepack, allowing to use pnpm directly and unbundling yarn from the default image. Removing yarn also simplifies the image and the maintenance. This change has been discussed in nodejs#777. Closes nodejs#777, nodejs#1645, nodejs#1755.
12 tasks
dunglas
added a commit
to dunglas/docker-node
that referenced
this issue
Sep 7, 2022
This patch enables Corepack, allowing to use pnpm directly and unbundling yarn from the default image. Removing yarn also simplifies the image and the maintenance. This change has been discussed in nodejs#777. Closes nodejs#777, nodejs#1645, nodejs#1755.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Yarn gets prebundled with the Node docker image but another popular package manager PNPM is not
Solution
Ensure that PNPM gets bundled with the Node docker image
Alternatives to Consider
Drop the other third-party package manager Yarn
The text was updated successfully, but these errors were encountered: