co-request icon indicating copy to clipboard operation
co-request copied to clipboard

Node-module "request" generic version

Open lukasT opened this issue 10 years ago • 3 comments

We had some problems when doing requests to an API. In the end we found out that it could be related to a new version of npm request (https://www.npmjs.com/package/request).

In your package.json you specify this: "dependencies": { "request": "*" },

Maybe it would be more reliable if you set a static version instead of "*".

Regards

lukasT avatar Mar 26 '15 15:03 lukasT

@denys any news on this one?

pkoretic avatar Jan 25 '17 09:01 pkoretic

@pkoretic hello,

Actually I don't know what version was used on the time when this lib was implemented. To make sure what version should be instead of "*" we need to test it somehow. Any ideas on that?

I understand thats sounds dumb, wasn't know that it may lead to such issue on the time.

idx3d avatar Feb 14 '17 16:02 idx3d

@pkoretic I believe "request": "2.69.x" should work, but cannot confirm for sure.

idx3d avatar Feb 14 '17 16:02 idx3d