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
562 stars 27 forks source link

Research if CNS should install peer dependencies automatically #116

Closed akd-io closed 2 years ago

akd-io commented 3 years ago

Research if CNS should install peer dependencies automatically and if so, how.

akd-io commented 2 years ago

With NPM 7 peer dependencies are automatically installed. As such, there should be no need. https://fathomtech.io/blog/understanding-peer-dependencies-in-npm/