Closed samprasdsouza closed 9 months ago
fastify-static is deprecated, use @fastify/static
.
Thank you for the reply. ok, I am not directly using fastify-static. fastify-oas is installing the deprecated version of fastify-static in my package-lock.json . do, I need to update/inform maintainers of fastify-oas ?
fastify-oas is not maintained anymore. Use @fastify/swagger
.
ok, Thanks for the help
💬 I am getting this error mentioned below when trying to run "fastify start -l info src/app.js
FastifyError [Error]: fastify-plugin: fastify-static - expected '3.x' fastify version, '4.26.0' is installed
Your Environment