Skip to content

Instantly share code, notes, and snippets.

@BekBrace
Last active June 26, 2022 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BekBrace/8cbec0b18024d9e63ac4bc6072175d17 to your computer and use it in GitHub Desktop.
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.
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