create-next-app@latest
Unanswered
Masai Lion posted this in #help-forum
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?
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
this is a serious bug
you are right, the versions should be pinned instead
@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!
i created an issue https://github.com/vercel/next.js/issues/56174
Masai LionOP
Just saw your answer in github! Thanks for that Joulev!