Uppy > react example demo - npm ERR!

Hi,

While install node packages to the uppy > examples folder> react-example
platform : windows
command: npm install
node version: node -v => v16.15.0
npm version : npm -v => 8.18.0

console throwing below error.

\uppy-main\examples\react-example>npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @uppy-dev/build@0.0.0
npm ERR! Found: eslint@8.22.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^8.0.0" from the root project
npm ERR!   peer eslint@"^7.5.0 || ^8.0.0" from @babel/eslint-parser@7.18.9
npm ERR!   node_modules/@babel/eslint-parser
npm ERR!     dev @babel/eslint-parser@"^7.11.3" from the root project
npm ERR!     peer @babel/eslint-parser@"^7.13.10" from eslint-config-transloadit@2.0.0
npm ERR!     node_modules/eslint-config-transloadit
npm ERR!       dev eslint-config-transloadit@"^2.0.0" from the root project
npm ERR!     1 more (@babel/eslint-plugin)
npm ERR!   1 more (@babel/eslint-plugin)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.22.0" from eslint-config-transloadit@2.0.0
npm ERR! node_modules/eslint-config-transloadit
npm ERR!   dev eslint-config-transloadit@"^2.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!

Hi, I just looked the and the example is quite outdated. I’ll update it.

Thank you @Merlijn . I was trying to run react example.
kindly check if stand alone server with express node example, would be great …