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
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
npm i retry-request
notice @types/request is installed
A clear and concise description of what the bug is, and what you expected to happen.
Expectation is @types/request is not installed
A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
I expect this behavior because @types packages generally are for types and not required for the function of the package.
Please make sure you have searched for information in the following guides.
Link to the code that reproduces this issue. A link to a public Github Repository or gist with a minimal reproduction.
https://github.com/googleapis/retry-request/blob/main/package.json#L33
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
@types/request
is installedA clear and concise description of what the bug is, and what you expected to happen.
Expectation is
@types/request
is not installedA clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
I expect this behavior because
@types
packages generally are for types and not required for the function of the package.In this particular case, I'm trying to install
form-data
v4 which is required bygaxios
6.7.1 (see https://github.com/googleapis/gaxios/blob/v6.7.1/package.json#L62 but more specifically https://github.com/googleapis/gaxios/blob/v6.7.1/src/gaxios.ts#L336). However, I cannot do that ultimately becauseretry-request
:The text was updated successfully, but these errors were encountered: