Getting bunch of errors when trying to npm install box-ui-elements for content uploader.
It seems a lot of dependencies are depreciated. Is this library and package still working?
https://developer.box.com/guides/embed/ui-elements/uploader/
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: box-ui-elements-demo@0.1.0
npm ERR! Found: axios@0.19.1
npm ERR! node_modules/axios
npm ERR! dev axios@"^0.19.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer axios@"^0.18.1" from box-ui-elements@12.0.0-beta.9
npm ERR! node_modules/box-ui-elements
npm ERR! dev box-ui-elements@"^12.0.0-beta.9" 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.