@types/request package and had problems.Latest release seems to have added a duplicate 'time' identifier to the CoreOptions interface
node_modules/@types/request/index.d.ts(146,9): error TS2300: Duplicate identifier 'time'.
node_modules/@types/request/index.d.ts(157,9): error TS2300: Duplicate identifier 'time'.
Definitions by: in index.d.ts) so they can respond.I'm getting the same.
How on earth do these things end up getting released. Clearly broken and braking my build!!
Please fix immediately.
A temporary fix can be adding an older version of the package "@types/request": "0.0.42" worked for me (add this as well if you are using request-promise)
The same here, please fix
Breaking the build in a few projects for me too. Please fix this!
Appears to be fixed with latest commit (just published v2.0)
https://github.com/DefinitelyTyped/DefinitelyTyped/commit/40e971e511afb76e0d808a47198efde512bba1b8
Most helpful comment
I'm getting the same.
How on earth do these things end up getting released. Clearly broken and braking my build!!
Please fix immediately.