Uppy: Could not install from "node_modules/@uppy/aws-s3"

Created on 12 Feb 2020  路  8Comments  路  Source: transloadit/uppy

Edit by @goto-bus-stop: This should be SOLVED in Uppy 1.9.1. Please ensure you have the latest versions by doing npm install uppy@latest if you are using the uppy package, or for each plugin by doing npm install @uppy/PLUGINNAME@latest if you are using individual plugin packages.

what happen with the new version?

image

Bug Build

Most helpful comment

@arturi just published 1.9.1 which appears to fix the issue:
image
Thanks all for notifying us!

All 8 comments

same error.

all libraries are affected with the new version.

is there a temp workaround? @ptgamr
i tried witht these versions

 "@uppy/aws-s3": "^1.4.1",
    "@uppy/core": "^1.7.1",
    "@uppy/dashboard": "^1.5.2",
    "@uppy/react": "^1.4.2",

stilll same issue
thank god for lock files. or else i would have had a hard time at this.

@zifahm for now, I stick with older version in the lock file (@uppy/core v1.7.1) ... don't delete the lock file, otherwise ^1.7.1 will resolve to 1.8, then it'll error. Or you have to pin the exeact version and do not use ^

Yup, Thanks mate @ptgamr

Sorry for the trouble! This is the result of a problem during the Lerna publish, we'll be publishing patch releases ASAP.

@arturi just published 1.9.1 which appears to fix the issue:
image
Thanks all for notifying us!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ogtfaber picture ogtfaber  路  4Comments

ghost picture ghost  路  3Comments

aleccool213 picture aleccool213  路  3Comments

NihadOb picture NihadOb  路  3Comments

quetzyg picture quetzyg  路  3Comments