We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can package.json be updated to support React/React-DOM 18?
package.json
We currently have to use the --force flag when running npm install to get around the dependency issue
--force
npm install
npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/react npm WARN react@"^18.2.0" from the root project npm WARN 15 more (@ramonak/react-progress-bar, @react-aria/ssr, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^17.0.1" from [email protected] npm WARN node_modules/react-promise-loader npm WARN react-promise-loader@"^1.2.0" from the root project npm WARN npm WARN Conflicting peer dependency: [email protected] npm WARN node_modules/react npm WARN peer react@"^17.0.1" from [email protected] npm WARN node_modules/react-promise-loader npm WARN react-promise-loader@"^1.2.0" from the root project npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/react-dom npm WARN react-dom@"^18.2.0" from the root project npm WARN 6 more (@ramonak/react-progress-bar, @restart/ui, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^17.0.1" from [email protected] npm WARN node_modules/react-promise-loader npm WARN react-promise-loader@"^1.2.0" from the root project npm WARN npm WARN Conflicting peer dependency: [email protected] npm WARN node_modules/react-dom npm WARN peer react-dom@"^17.0.1" from [email protected] npm WARN node_modules/react-promise-loader npm WARN react-promise-loader@"^1.2.0" from the root project
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can
package.json
be updated to support React/React-DOM 18?We currently have to use the
--force
flag when runningnpm install
to get around the dependency issueThanks!
The text was updated successfully, but these errors were encountered: