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
Please add react-scripts to dev dependencies instead of normal dependencies
The text was updated successfully, but these errors were encountered:
If you try to use typescript v5.x, this issue still persists even if you put react-scripts in dev dependencies.
npm ERR! While resolving: react-scripts@5.0.1 npm ERR! Found: typescript@5.6.3 npm ERR! node_modules/typescript npm ERR! dev typescript@"5.6.3" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peerOptional typescript@"^3.2.1 || ^4" from react-scripts@5.0.1 npm ERR! node_modules/react-scripts npm ERR! dev react-scripts@"5.0.1" from the root project npm ERR! peer react-scripts@">=5.0.0" from react-vnc@2.0.2 npm ERR! node_modules/react-vnc npm ERR! react-vnc@"2.0.2" from the root project npm ERR! npm ERR! Conflicting peer dependency: typescript@4.9.5 npm ERR! node_modules/typescript npm ERR! peerOptional typescript@"^3.2.1 || ^4" from react-scripts@5.0.1 npm ERR! node_modules/react-scripts npm ERR! dev react-scripts@"5.0.1" from the root project npm ERR! peer react-scripts@">=5.0.0" from react-vnc@2.0.2 npm ERR! node_modules/react-vnc npm ERR! react-vnc@"2.0.2" from the root project
Sorry, something went wrong.
No branches or pull requests
Are you certain it's a bug?
Are you sure this is not an issue in noVNC?
Is there an existing issue for this?
Issue description
Please add react-scripts to dev dependencies instead of normal dependencies
The text was updated successfully, but these errors were encountered: