Having trouble deploying a static website built with react.js
on github
using gh-pages
Successfully downloaded and set up git and github.
Completed all the necessary steps outlined in CRA deployment using Github Pages.
Ensured all changes have been committed to the repository.
However, I've hit a roadblock when trying to execute the final command npm run deploy
.
The error message I'm seeing is as follows:
https://i.sstatic.net/ld7E5.png
I searched for similar issues on stack overflow, but none seem to match mine exactly.