Skip to content
New issue

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

Module not found: 'react-is' on local install attempt #55

Open
miahbates opened this issue Mar 27, 2022 · 0 comments
Open

Module not found: 'react-is' on local install attempt #55

miahbates opened this issue Mar 27, 2022 · 0 comments

Comments

@miahbates
Copy link
Contributor

miahbates commented Mar 27, 2022

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.

Screenshot 2022-03-25 at 09 17 27

Here is a message that seems to be related upon npm install:
Screenshot 2022-03-25 at 09 24 03

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.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant