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

Fail to install uppy from npm #1990

Closed
dappa opened this issue Dec 16, 2019 · 5 comments
Closed

Fail to install uppy from npm #1990

dappa opened this issue Dec 16, 2019 · 5 comments
Assignees
Labels

Comments

@dappa
Copy link

dappa commented Dec 16, 2019

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
@goto-bus-stop
Copy link
Contributor

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 😕, will keep my eye on it!

image

@goto-bus-stop goto-bus-stop pinned this issue Dec 16, 2019
@goto-bus-stop
Copy link
Contributor

Looks like npm is having issues: npm/cli#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!

@dappa
Copy link
Author

dappa commented Dec 16, 2019

Thanks for the quick reply, and hopefully it will be resolved shortly.

@goto-bus-stop
Copy link
Contributor

Installing uppy@1.7.0 now works for me locally. Could you try again in your project as well to confirm?

@dappa
Copy link
Author

dappa commented Dec 16, 2019

Yup, works for me as well, thanks!

@dappa dappa closed this as completed Dec 16, 2019
@goto-bus-stop goto-bus-stop unpinned this issue Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants