version-fox/vfox

[Question] Does PNPM have supported plans?

Closed this issue · 1 comments

Different versions of Pnpm are required between multiple projects, are there any plans to support pnpm?

vfox add nodejs
vfox install nodejs@22.15.1
vfox use --global nodejs@22.15.1
npm install -g corepack@latest
corepack enable
# Enter any Node.js project using pnpm
pnpm install