ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS

Home Page:https://nextjs-boilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn 2+ as a replacement of npm

comverser opened this issue · comments

How do you think about replacing npm with Yarn 2+ or Yarn Berry?

I think Yarn 2+ is getting attention and useful because it lighten node installation process. Please refer the official doc for Yarn 2+ for details.

Thank you for making the suggestion @comverser.

Thanks to semantic versoning, it should not have any issue to use yarn. Or, using pnpm (Pnpm is also getting a lot of attention).
You are not forced to use any package manager: npm or yarn or pnpm. All package managers should work with the project.