DEV Community

Discussion on: How to deploy React App to GitHub Pages

Collapse
 
lathryx profile image
Lathryx

In response to @trishabernice 's problem with node_modules/.cache/gh-pages, a fix with this for me was to simply remove/delete node_modules/.cache/gh-pages, then execute npm run deploy once more.

This issue I'm referring to (and its answer) can be found on StackOverflow here: stackoverflow.com/questions/639645...