I am trying to install react.js, during the creation of create-react-app, I got this npm ERR! "Cannot read properties of undefined (reading 'isServer')." Can someone help me out how to solve this problem?.
Asked
Active
Viewed 122 times
0
-
2Seems to be a duplicate of https://stackoverflow.com/questions/69615175/how-to-resolve-reading-isserver-error-in-npm – hammelion Dec 09 '21 at 10:48
-
1I think you must have to re-install node and npm and try again. Hope it will work! Thanks. – Parth Navadiya Dec 09 '21 at 10:55
-
Parth, Thanks for your respond. However, I did try that, but didn't work. – James Toe Dec 09 '21 at 11:19
-
Does this answer your question? [How to resolve (reading 'isServer') error in npm?](https://stackoverflow.com/questions/69615175/how-to-resolve-reading-isserver-error-in-npm) – Nikita Skrebets Dec 15 '21 at 11:11