Last active
June 26, 2022 07:00
-
-
Save BekBrace/8cbec0b18024d9e63ac4bc6072175d17 to your computer and use it in GitHub Desktop.
Fixing React Error : This is probably not a problem with npm. There is likely additional logging output above.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First, delete package-lock.json and node modules | |
Second, run the command : npm cache clean --force | |
Next, run the command : npm install | |
Finally, you should be able to run your react server : npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment