diff --git a/README.md b/README.md index de7a0bf35bc64..38a32c37293a6 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,15 @@ git branch -M deploy git push deploy ``` +Some troubleshoot: + +- 1. no node-modules + +``` +npm install --save react react-dom react-scripts +npm audit fix --force +``` + **Option 2 (will not work with [user pages](https://docs.github.com/en/github/working-with-github-pages/about-github-pages)):** - Run `npm run deploy` to build and create a branch called `gh-pages`. It will push the `build` files to that branch.