-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not install module #460
Comments
same here, looks like this module is not compatible with latest version of nest itself |
@SergioArrighi @alisherafat01 Run npm install --save nestjs-typegoose --legacy-peer-deps. This solved my issue. |
@evtifiev but that s not good, i guess the team stop to maintain this package |
got the error after this.
to fix:
try |
It's not fixed... I'm used last command (it is upper), but it's not work good. This is a npm resolution error report:
Why it's not fix? My package.json:
|
npm install --save nestjs-typegoose
results error:
Could not resolve dependency:
peer @nestjs/common@"^6.10.1 || ^7.0.0" from [email protected]
inside package.json i'm using
"@nestjs/common": "^8.0.0"
The text was updated successfully, but these errors were encountered: