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
After running npm install on main branch, page returns this error on my local machine. Not sure if you have seen this before/are aware of it.
Here is a message that seems to be related upon npm install:
FIX: Error resolved after installing react-is separately after initial npm install npm install react-is
npm install react-is
See this stackoverflow thread on the issue: https://stackoverflow.com/questions/46053414/npm-warn-requires-a-peer-of-but-none-is-installed-you-must-install-peer
If this keeps happening maybe add react-is to your package.json
react-is
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After running npm install on main branch, page returns this error on my local machine. Not sure if you have seen this before/are aware of it.
Here is a message that seems to be related upon npm install:
FIX:
Error resolved after installing react-is separately after initial npm install
npm install react-is
See this stackoverflow thread on the issue: https://stackoverflow.com/questions/46053414/npm-warn-requires-a-peer-of-but-none-is-installed-you-must-install-peer
If this keeps happening maybe add
react-is
to your package.jsonThe text was updated successfully, but these errors were encountered: