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
During the installation process they are some warnings about the react version.
To Reproduce
npm i
The console output of the installation command:
npm WARN ERESOLVE overriding peer dependency 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 25 more (@emotion/react, @emotion/styled, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^17.0.2" from [email protected] npm WARN node_modules/ink/node_modules/react-reconciler npm WARN react-reconciler@"^0.26.2" from [email protected] npm WARN node_modules/ink npm WARN npm WARN Conflicting peer dependency: [email protected] npm WARN node_modules/react npm WARN peer react@"^17.0.2" from [email protected] npm WARN node_modules/ink/node_modules/react-reconciler npm WARN react-reconciler@"^0.26.2" from [email protected] npm WARN node_modules/ink
Expected behavior
You should not see any warning during this installation phase
This error is linked to hashicorp/terraform-cdk#2143
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the installation process they are some warnings about the react version.
To Reproduce
npm i
The console output of the installation command:
Expected behavior
You should not see any warning during this installation phase
This error is linked to hashicorp/terraform-cdk#2143
The text was updated successfully, but these errors were encountered: