toondaey / nestjs-pdf

Nest js pdf generator
MIT License
83 stars 37 forks source link

Cannot find module '@t00nday/nestjs-pdf' or its corresponding type declarations. #39

Closed UjjualUSspericorn closed 3 years ago

UjjualUSspericorn commented 3 years ago

Hi,

@t00nday/nestjs-pdf is not recognising in the nest-js library.

below given is the error . any idea on this ?

src/config/pdf/Pdf.service.ts:1:28 - error TS2307: Cannot find module '@t00nday/nestjs-pdf' or its corresponding type declarations.

import { PDFService } from '@t00nday/nestjs-pdf';

toondaey commented 3 years ago

Hi @UjjualUSspericorn , have you been able to solve this?

sakadoddle commented 2 years ago

@UjjualUSspericorn How did you solve this issue ?