Fail to install uppy from npm
See original GitHub issueSeems 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yup, works for me as well, thanks!
Installing
uppy@1.7.0
now works for me locally. Could you try again in your project as well to confirm?