Lucas

Results 3 comments of Lucas

I am also facing this issue on Manjaro. I do have openssl and pkg-config installed. Here's the backtrace : ``` [lucas@lucas-vm test-ftp]$ export RUST_BACKTRACE=1 [lucas@lucas-vm test-ftp]$ cargo build Compiling num-traits...

UPDATE: I just came back to this and realized someone updated the cargo.toml file to upgrade the openssl dependency (PR #86). Although it has not been merged yet...

You can also override the nest version for the library by using the following snippet in your package.json : `"overrides": { "nest-keycloak-connect": { "@nestjs/common": "$@nestjs/common", "@nestjs/core": "$@nestjs/core" } }` I...