We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
8.0.6 -> 9.1.0
There is a new dependency on axios from a type definition file.
axios
The dependency is not specified in the package.json. Including @nestjs/axios as a peerDependency may help resolve this.
@nestjs/axios
Should be able to reference @nestjs/terminus without having to install axios directly.
@nestjs/terminus
The text was updated successfully, but these errors were encountered:
d449820
Fixed with 9.1.1!
Sorry, something went wrong.
No branches or pull requests
Did you read the migration guide?
Is there an existing issue that is already proposing this?
Potential Commit/PR that introduced the regression
No response
Versions
8.0.6 -> 9.1.0
Describe the regression
There is a new dependency on
axios
from a type definition file.The dependency is not specified in the package.json. Including
@nestjs/axios
as a peerDependency may help resolve this.Minimum reproduction code
Expected behavior
Should be able to reference
@nestjs/terminus
without having to install axios directly.Other
No response
The text was updated successfully, but these errors were encountered: