I installed and setup as specified, but got the following error on start:
node_modules/@nestifyjs/cookie/lib/interceptors/fastify-cookie.interceptor.d.ts:4:26 - error TS2307: Cannot find module 'fastify' or its corresponding type declarations.
4 import * as fastify from 'fastify';
~~~~~~~~~
node_modules/@nestifyjs/cookie/lib/interceptors/fastify-cookie.interceptor.d.ts:5:46 - error TS2307: Cannot find module 'fastify' or its corresponding type declarations.
5 import { FastifyReply, FastifyRequest } from 'fastify';
~~~~~~~~~
I installed fastify as a dev dependency to get the compilation to work, but was splattered with warnings (due to a version mismatch I assume).
I installed and setup as specified, but got the following error on start:
I installed fastify as a dev dependency to get the compilation to work, but was splattered with warnings (due to a version mismatch I assume).