volta pin
write to different file
#6651
jensmeindertsma
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Isn't that something that volta would have to support? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes. I was thinking |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm using pnpm, and want to write a lean Dockerfile using this guide:
https://pnpm.io/cli/fetch
This requires that
package.json
is not added until after runningpnpm fetch
.But Volta only installs pnpm when pinned in
package.json
. So can we allow storing the pinned versions in a separate JSON file that can be added instead of package.json?Beta Was this translation helpful? Give feedback.
All reactions