question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fail to install uppy from npm

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
dappacommented, Dec 16, 2019

Yup, works for me as well, thanks!

0reactions
goto-bus-stopcommented, Dec 16, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

@uppy/core - npm
Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, ...
Read more >
Cannot find module '@uppy/core' or its corresponding type ...
I should have installed core and tus :-D npm install @uppy/core npm install @uppy/tus.
Read more >
@uppy/core - NPM Package Overview - Socket
It's fast, provides a comprehensible API and lets you worry about more important problems than building a file uploader. Fetch files from local ......
Read more >
Tus - Uppy
Install from NPM: npm install @uppy/tus ... specifying a chunk size which falls outside those hard limits will cause chunked uploads to fail....
Read more >
Dashboard - Uppy
Install from NPM: npm install @uppy/dashboard ... If some uploads failed, the modal stays open so the user can retry failed uploads or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found