Seems like some versions are not picked up by NPM like 1.4.1 release of xhr-upload: https://www.npmjs.com/package/@uppy/xhr-upload which results in the following error
:npm install uppy --save
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @uppy/xhr-upload@^1.4.1
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@uppy/aws-s3'
npm ERR! notarget
Ow, thanks for the report! I did get emails from npm that everything went well, but a bunch of packages do not appear to be updated yet. It might be an eventual consistency thing :confused:, will keep my eye on it!

Looks like npm is having issues: https://github.com/npm/cli/issues/593
From what I can gather it should normalize after a few hours … would recommend pinning to an earlier version in the mean time if you have an urgent need!
Thanks for the quick reply, and hopefully it will be resolved shortly.
Installing [email protected] now works for me locally. Could you try again in your project as well to confirm?
Yup, works for me as well, thanks!
Most helpful comment
Yup, works for me as well, thanks!