-
SummaryI am using next.js 15.5. I am working on a codebase where there is optional dependencies with Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
🤔 is there no git blame records of why was this done? Could've been trying to pin a specific version? I remember for local dev with a next.js fork you'd sometimes do: https://github.com/vercel/next.js/blob/canary/contributing/core/developing-using-local-app.md#troubleshooting Though I haven't done that in a while... I am a bit worried about the implications of using v15, but have these pointing at v14 - though it is also possible, and most likely scenario, that these are just being ignored |
Beta Was this translation helpful? Give feedback.
🤔 is there no git blame records of why was this done? Could've been trying to pin a specific version?
I remember for local dev with a next.js fork you'd sometimes do: https://github.com/vercel/next.js/blob/canary/contributing/core/developing-using-local-app.md#troubleshooting
Though I haven't done that in a while...
I am a bit worried about the implications of using v15, but have these pointing at v14 - though it is also possible, and most likely scenario, that these are just being ignored