FE-Struggler / doctor

Doctors for web development
https://doctor-delta.vercel.app/
74 stars 46 forks source link

feat: 限制pnpm版本为8+ #10

Closed CoderSerio closed 1 year ago

CoderSerio commented 1 year ago
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
doctor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2023 6:53pm
CoderSerio commented 1 year ago

image

  1. If starting with npm v6- or yarn, command preinstall will run correctly, and interrupt installation.
  2. if starting with npm v7+ , command preinstall will run after installation.
  3. if starting with pnpm, being same with the case 2 but command pnpm:devPreinstall will run correctly.

clicking here for more information about this