We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm WARN deprecated [email protected]: request has been deprecated, see request/request#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
The text was updated successfully, but these errors were encountered:
Faced the same problem. Want to bump this issue
Sorry, something went wrong.
Yes, we need this fixed please.
No branches or pull requests
npm WARN deprecated [email protected]: request has been deprecated, see request/request#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
The text was updated successfully, but these errors were encountered: