You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When npm update is run to update packages the build fails. This is because typescript needs to be further updated to 5.1+ The current react scripts version does not allow anything above 5.0. The solution to this might be to switch from Create React App to something else like Vite so that the react-scripts is not used so it doesn't limit the typescript version.
The text was updated successfully, but these errors were encountered:
Issues
The text was updated successfully, but these errors were encountered: