i came across the below error when i try to deploy my angular application to GitHub pages through
angular-cli-ghpages
these were bash commands that i used when pushing the website to the GitHub
ng build --prod --base-href "https://dinith72.github.io/aiesecLoginForm/"
- to create the build version
ngh --dir dist/AiesecLogin -m "adding request for python serve"
i tried the options mentioned in the above git issue posted but could not find a solution to my issue . Thank you very much in advance .