Replies: 8 comments
-
related: #1863 I think this could be done as a vfox/asdf/core plugin which just uses whatever |
Beta Was this translation helpful? Give feedback.
-
Isn't the node choice already done in the yarn plugin? I can The only remaining issue seems to be not selecting the default version through the json file. |
Beta Was this translation helpful? Give feedback.
-
that would be a feature request for asdf-yarn |
Beta Was this translation helpful? Give feedback.
-
why asdf-yarn? I don't use yarn, but need packageManager support |
Beta Was this translation helpful? Give feedback.
-
ok, then asdf-pnpm |
Beta Was this translation helpful? Give feedback.
-
ah, no |
Beta Was this translation helpful? Give feedback.
-
it would be possible for someone to make one that installs whichever one is needed but I don't think it's necessary |
Beta Was this translation helpful? Give feedback.
-
I have [hooks]
postinstall = "corepack enable"
[settings]
disable_tools = ["pnpm"] And that works pretty well, now the shimming of pnpm is done by corepack, but only for this project, everything else still uses mise. |
Beta Was this translation helpful? Give feedback.
-
When using mise in a project with
packageManager
defined inpackage.json
, I would expect that package to be installed/used in the same way.foo-version
files are used.But this:
and
ignores the configured version and runs (for example) v4.x.x
Beta Was this translation helpful? Give feedback.
All reactions