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
In npm 7+, the latest release #73 currently doesn't work without install --force because @craco/craco@6.4.3 requires react-scripts@^4.0.0 (npm 7 has stricter requirements for peer dependencies). In essence, you will have to wait for craco to update their project to support react-scripts@5. There is an alpha release that will do that: @craco/craco@7.0.0-alpha.3 but it will require craco-antd to change it's dependency requirement from craco@6.4.3 to the alpha release. And obviously you will have to be comfortable with using an alpha release.
The text was updated successfully, but these errors were encountered:
In npm 7+, the latest release #73 currently doesn't work without
install --force
because @craco/craco@6.4.3 requires react-scripts@^4.0.0 (npm 7 has stricter requirements for peer dependencies). In essence, you will have to wait for craco to update their project to support react-scripts@5. There is an alpha release that will do that: @craco/craco@7.0.0-alpha.3 but it will require craco-antd to change it's dependency requirement from craco@6.4.3 to the alpha release. And obviously you will have to be comfortable with using an alpha release.The text was updated successfully, but these errors were encountered: