找不到模块“@uppy/core”或其相应的类型声明

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

我正在尝试 运行 来自官方网站 https://uppy.io/docs/react/ 的 Uppy React 示例。我是 React 的新手,我安装了

npm install @uppy/react

但它显示了下一个错误:

我应该已经安装了 core 和 tus :-D

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