Zero install? #5698
Closed
silouanwright
started this conversation in
Ideas
Zero install?
#5698
Replies: 2 comments 1 reply
-
Any comments on this from the maintainers? Is this anywhere on the roadmap? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can simulate the behaviour by more or less opting out of pnpm altogether (for example because you want to set-up a docker image that doesn't allow you to write during run). # .npmrc
node-linker=hoisted
symlink=false Now That said, you usually probably don't want this at all ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the great features of Yarn, is Plug N Play and Zero installs. Is there an idea if this will ever be coming to
pnpm
?https://yarnpkg.com/features/zero-installs
Beta Was this translation helpful? Give feedback.
All reactions