You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
What version of nestjs did you use? I just checked on version 6 and everything works fine there. Express platform works correctly, without the need to install a Fastify. There are also no warnings on the Fastify platform.
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).
The text was updated successfully, but these errors were encountered: