Allen Merlin Stern

Results 2 comments of Allen Merlin Stern

Yes, we need to eliminate the `request` dependency. Since `jsforce` is a dependency of my project, now I get this warning from `npm i`: **request has been deprecated, see https://github.com/request/request/issues/3142**

I've been trying to fix it myself, but upgrading `formidable` dependency to 2.0.1 is a breaking change, causing the following `restify` tests to fail: ``` 200 passing (25s) 6 failing...