fastify/fastify-postgres

Dependencies problem

simoroshka opened this issue · 1 comments

The plugin does not work with the latest version of Fastify.

throw new Error(fastify-plugin - expected '${version}' fastify version, '${fastifyVersion}' is installed) Error: fastify-plugin - expected '>=0.13.1' fastify version, '1.0.0-rc.2' is installed at plugin (.../node_modules/fastify-plugin/index.js:24:13)

Problem related to fastify/fastify-plugin#21 and fastify/fastify#763.
It should be fixed with the latest version of fastify-plugin. Can you try to reinstall your dependencies?