Replies: 1 comment
-
I have found out it is only compatible with 3.x.x versions of fastify. I managed to install it by running _ npm install fastify@3.x.x @fastify-resty/core _ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is fastify-resty compatible with fastify 4.* ?
I tried installing it and i got the following error
_`npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: pizzaria@1.0.0
npm ERR! Found: fastify@4.17.0
npm ERR! node_modules/fastify
npm ERR! fastify@"^4.17.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer fastify@"3.x" from @fastify-resty/core@0.3.0
npm ERR! node_modules/@fastify-resty/core
npm ERR! @fastify-resty/core@"*" 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.
npm ERR!
npm ERR! See C:\Users\Edd\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Edd\AppData\Local\npm-cache_logs\2023-05-29T16_06_22_141Z-debug-0.log`_
Beta Was this translation helpful? Give feedback.
All reactions