vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[Feature]: Support pnpm

Open bycgxss opened this issue 1 year ago • 1 comments

bycgxss avatar Nov 12 '24 03:11 bycgxss

  • Why don't you use https://github.com/nodejs/corepack ?
vfox add nodejs
vfox install [email protected]
vfox use --global [email protected]
npm install -g corepack@latest
corepack enable
# Enter any Node.js project using pnpm
pnpm install

linghengqian avatar May 31 '25 22:05 linghengqian