- Issue created by @mortona2k
- Status changed to Closed: works as designed
over 1 year ago 5:45pm 22 June 2023 - πΊπΈUnited States robphillips
Uppy is bundled with the widget JavaScript via webpack. No need to run
yarn install
or add Uppy otherwise.
I am trying this module out on a linux system. I don't see the uppy library, so I figured I should run yarn install.
That was throwing an error: There appears to be trouble with your network connection. Retrying...
I ran yarn upgrade, which reinstalls the packages but updates the versions in the lock file.
I'm not really sure what's causing this, but I suspect it's for apple M1 cpu compatibility.
Closed: works as designed
1.0
Code
Uppy is bundled with the widget JavaScript via webpack. No need to run yarn install
or add Uppy otherwise.