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
react-scripts does not have typescript@5 as a peer dependency. TS added to client/package.json overrides to make npm ci pass.
react-scripts
typescript@5
client/package.json
npm ci
Once react-scripts is updated, get rid of the overrides section:
overrides
Issue PR
Later on, frontend should probably be migrated to use Next.js(?).
The text was updated successfully, but these errors were encountered:
Add typescript to npm overrides because of upstream incompatibility #127
9b13d21
No branches or pull requests
react-scripts
does not havetypescript@5
as a peer dependency. TS added toclient/package.json
overrides to makenpm ci
pass.Once
react-scripts
is updated, get rid of theoverrides
section:Issue
PR
Later on, frontend should probably be migrated to use Next.js(?).
The text was updated successfully, but these errors were encountered: