Reputation: 327
I have installed volta and configured environment variable. As you can see, node -v
and npm -v
works. But why can't pnpm be used? What can I do to use pnpm
? Did I do something wrong?
I have installed volta and configured environment variable. As you can see, node -v
and npm -v
works. But why can't pnpm be used? What can I do to use pnpm
? Did I do something wrong?
Upvotes: 1
Views: 49
Reputation: 327
OK, now I know the reason. The .exe and .cmd are not for straight uses. We still need to run volta install pnpm
.
Upvotes: 1