-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
High number of installation warnings - vite #1403
Comments
@MikeMcC399 I took a look at this today. In order to resolve these warnings, it looks like we need to do the following:
As you can tell, most of these were caused by upgrading to React 18 and not updating other packages to get the updated peer dependencies. Some of these changes are pretty straightforward, but things like the Material UI migration is going to be a pretty heavy lift. This work will likely need to be broken out across multiple issues. |
It's great you've identified the items to tackle. I only got as far as assessing that it was complex and too difficult for me to fix! 😃 |
I created separate issues for the things that I didn't resolve in #1417 |
Is the remaining
|
@MikeMcC399 it is not... I'm not sure what to do about that one. Installing react-native adds other warnings to the list |
|
Description
Running
yarn install
produces a large number of warnings.Steps to reproduce
Clone repo and execute the following under Node.js
18.16.1
:Expectation
There should be no installation warnings produced by
yarn install
.Logs
Clean install
Repeat install
The text was updated successfully, but these errors were encountered: