You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument of type 'import("./node_modules/axios/index").AxiosRequestConfig<any>' is not assignable to parameter of type 'import("./node_modules/@nestjs/axios/node_modules/axios/index").AxiosRequestConfig<any>'.
Is there an existing issue for this?
Current behavior
Right now
axios.isAxiosError
will return the following error:There is a ticket around this in the axios repository here:
The problem is fixed by updating axios to 1.2.x
Currently if I update and include axios by hand then I get version missmatching on my typing as explained here:
Minimum reproduction code
axios/axios#5011
Steps to reproduce
No response
Expected behavior
I should be able to call
axios.isAxiosError
without it saying that axios is undefined.This is a known bug for axios v1.1.3, and thus axios should be updated to 1.2.x
Package version
1.0.0
NestJS version
9.2.1
Node.js version
16.15.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: