You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a good chance that we may just develop our own package manager if I can't find a better solution than what we have right now. Certainly, no priority, but I will revisit this in a few weeks and then see where we go 😊
Currently, our implementation will be a custom shell script that checks for whether node & pnpm is installed. In case it is not, node is then managed via fnm and pnpm is activated via corepack.
I don't think we would need Volta anymore unless our script turns out unstable for the masses—which it shouldn't because corepack and fnm are pretty well-tested (even though corepack being experimental still)
It seems like it could be a great setup once this is merged volta-cli/rfcs#46
The text was updated successfully, but these errors were encountered: