depyronick / nestjs-clickhouse

ClickHouse Client Module for Nest Framework (node.js)
https://clickhouse.js.org
MIT License
46 stars 6 forks source link

Compatibility with @nestjs/common >= 9.0.0 #8

Closed stouch closed 2 years ago

stouch commented 2 years ago

Is there an existing issue for this?

Current behavior

When using @nestjs/common >= 9.0.0, cannot install this lib without forcing --legacy-peer-deps

Minimum reproduction code

https://github.com/depyronick/nestjs-clickhouse

Steps to reproduce

npm i !

Expected behavior

Install without deps error

Package version

1.0.15

NestJS version

9.0.3

Node.js version

16.16.0

In which operating systems have you tested?

Other

No response

depyronick commented 2 years ago

@stouch

Should be fixed with 1.0.16, can you please verify it? Thanks!