Next.js 11
See original GitHub issuePrerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
3.18.0
Plugin version
5.4.1
Node.js version
14.7.0
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
NixOS
Description
❯ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: next@11.0.0
npm ERR! node_modules/next
npm ERR! next@"11.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer next@"9.x.x || 10.x.x" from fastify-nextjs@5.4.1
npm ERR! node_modules/fastify-nextjs
npm ERR! fastify-nextjs@"5.4.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Steps to Reproduce
- update
next
to11.0.0
inpackage.json
npm install
Expected Behavior
No error and no regressions.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Blog - Next.js 11
Next.js 11 continues our mission to create the best developer experience with a new conformance system and performance improvements.
Read more >Upgrading: Version 11 - Next.js beta docs
Learn how to upgrade your Next.js application to version 11. ... To upgrade to version 11, run the following command: npm install next@11...
Read more >Blog - Next.js 11.1
Next.js 11.1 introduces an important security patch, ES Modules support, performance improvements, Rust-based tooling, 2x faster data ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Isn’t the issue that
fastify-nextjs
has a peer dependency on onnext
locked to v10?Thank you for the prompt update!