Skip to content
New issue

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 warnings when installing @uppy/[email protected] #2331

Closed
kode-ninja opened this issue Jun 21, 2020 · 1 comment · Fixed by #2333
Closed

npm warnings when installing @uppy/[email protected] #2331

kode-ninja opened this issue Jun 21, 2020 · 1 comment · Fixed by #2333
Labels
Bug Companion The auth server (for Instagram, GDrive, etc) and upload proxy (for S3)

Comments

@kode-ninja
Copy link
Contributor

Hi,

Got the following when installed latest @uppy/[email protected]:

npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: This version of 'buffer' is out-of-date. You must update to v4.9.2 or newer

Thanks

@goto-bus-stop
Copy link
Contributor

The request warning is expected and buffer is not actually used, so it is safe to ignore. We can fix the buffer warning by upgrading our aws-sdk version.

We probably should move away from request at some point 😇 , but that is a bigger task...

@goto-bus-stop goto-bus-stop added Companion The auth server (for Instagram, GDrive, etc) and upload proxy (for S3) and removed Triage labels Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Companion The auth server (for Instagram, GDrive, etc) and upload proxy (for S3)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants