reactjsnpmuppy

Cannot find module '@uppy/core' or its corresponding type declarations


I'm trying to run Uppy React example from official site https://uppy.io/docs/react/. I'm new with React, I installed

npm install @uppy/react

but it showed next errors: enter image description here


Solution

  • I should have installed core and tus :-D

    npm install @uppy/core
    npm install @uppy/tus