You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2022. It is now read-only.
The version defined in the generated project is explicit, because otherwise we can't ensure a minimum version is installed in the generated project. There have been bugs in the past where a generated project was autocreated using a version of NextJS older than the one the code actually required (mostly due to caching in build servers).
Automating or coupling between the generator and templates would prevent needing to manually manage updates like #307
Ideas on how this could be managed:
Script a replacement variable that is populated with the generator's version when the generator is run
Others?
Other considerations
Whatever solution should be reusable for other packages where we define explicit minimum package versions in the project templates.