Jet-demos install error

hello.

I am trying to run the jet-demo at the address below, but an error occurs.

What should I do?

node version 19.1.0

D:\Project\jet-demos>npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: webix-jet-demos@1.6.0
npm ERR! Found: webpack@5.67.0
npm ERR! node_modules/webpack
npm ERR! dev webpack@“^5.66.0” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@“^3.1.0” from extract-text-webpack-plugin@3.0.2
npm ERR! node_modules/extract-text-webpack-plugin
npm ERR! dev extract-text-webpack-plugin@“^3.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!
npm ERR! A complete log of this run can be found in:

Hello!

In order for the demo to work, you can try to update dependencies and the .babelrc and webpack.config.js file.
You can check out the updates in this Pull Request.