Next.js Discord

Discord Forum

create-next-app@latest

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
Hello dear Nexters!

I'm creating a brand new app and using the recommended command. I see that it creates my package.json with all dependencies set with "latest" instead of the version of each dependency.

First, doesn't that put a risk in our project in the sense that if any of the dependencies stop being compatible with another it might break the app in the future?
Second, if that's true, is there a way of installing the last versions of each tool integrated with Next?

8 Replies

@joulev this is a serious bug
Masai LionOP
What should we do from here? Get in touch with the maintainers or something?
@joulev looks like the bug is from https://github.com/vercel/next.js/pull/55730
Masai LionOP
Thanks Joulev, I'll take a look!
Masai LionOP
Just saw your answer in github! Thanks for that Joulev!