akd-io / create-next-stack

Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
https://www.create-next-stack.com
MIT License
563 stars 27 forks source link

CLI: Switch to `--use-yarn` #176

Open akd-io opened 1 year ago

akd-io commented 1 year ago

Fix npm config user agent hack when create-next-app supports --use-yarn.

See code in question here: https://github.com/akd-io/create-next-stack/blob/develop/packages/create-next-stack/src/main/plugins/next.ts#LL84C29-L84C29

Discussion: https://github.com/vercel/next.js/discussions/49405 PR: https://github.com/vercel/next.js/pull/49407

akd-io commented 1 year ago

Upstream PR merged. Awaiting next release of create-next-app.