Results 2 comments of mangvlad

what would be the best way to run it without npx? it looks like the version from npx has no support for configFile either...

I think the fix can be on line 57 of the request-caching.js: ``` //options.paramsStringified = querystring.stringify(options.params); options.paramsStringified = JSON.stringify(options.params); ```