node-quickbooks
node-quickbooks copied to clipboard
request js has been deprecated
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
It looks like the project needs to migrate from requestjs to something like AxiosJS.
RE: https://github.com/mcohen01/node-quickbooks/blob/master/package.json#L21
I would also suggest dropping bluebird since its functionality is built in the current versions of NodeJS and it is somewhat redundant and is bloating the dependency tree https://github.com/mcohen01/node-quickbooks/blob/master/package.json#L17
Faced the same problem. Want to bump this issue
Yes, we need this fixed please.