Replies: 2 comments 7 replies
-
|
mise could read Volta pins ( |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Another great feature of Volta is that its npm-based shims are project-aware. When running outside of a project, they will use the globally-installed version of the tool. When running inside of a project, they will use that project's version. $ volta install prettier@3.2
$ prettier --version
3.2.5
$ cd ~/repos/renovate
$ pnpm install
$ pnpm exec prettier --version
3.8.1
$ prettier --version
3.8.1With mise, the globally-installed version is always used. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
More of an FYI - the volta folk are recommending mise.
edit: one thing that I would help the migration would be if the getting started guide listed 'cmd (Windows)' and 'pwsh (PowerShell 5+)' instead of 'Windows' being PowerShell.
Beta Was this translation helpful? Give feedback.
All reactions