toondaey / nestjs-pdf

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

unable to resolve dependency tree #158

Open telou1 opened 2 years ago

telou1 commented 2 years ago

hello, i cannot install the project i ve this error:

While resolving: config-missions@0.0.1 npm ERR! Found: @nestjs/common@8.2.4 npm ERR! node_modules/@nestjs/common npm ERR! @nestjs/common@"^8.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @nestjs/common@"^6.10.0 || ^7.0.0" from nestjs-pdf@1.0.4 npm ERR! node_modules/nestjs-pdf npm ERR! nestjs-pdf@"*" from the root project

anyone had this problem? how can i fix it?

Mickaz89 commented 2 years ago

same error

agamtheos commented 1 year ago

same error with me, any solve ?

telou1 commented 1 year ago

no, i had to use wkhtmltopdf

agamtheos commented 1 year ago

did u use typescript ? @telou1

telou1 commented 1 year ago

javascript

agamtheos commented 1 year ago

the problem is this lib was not updated for peer dependency @nestjs/common^9.0.0, the last peer dependency that work was for @nestjs/common^8.0.0, hope this will be update soon.

lacabra-dev commented 1 year ago

this is a bummer :( also unable to use it!

orestisioakeimidis commented 1 year ago

Are there any updates on that one? Do we expect an update to support NestJS 9? Thanks in advance!