Questions tagged [angular-cli-ghpages]

27 questions
6
votes
2 answers

Angular 5 app not displaying on Github pages

I created the default Angular app using the CLI like so: ng new ng-test-deploy to test out deploying a dummy app to Github pages. I ran through the procedure as defined here which, to summarise, does this: ng build --prod --base-href…
Katana24
  • 8,706
  • 19
  • 76
  • 118
4
votes
3 answers

How to install angular cli for node

I am trying to install angular cli but i am getting below the message. How can i install specific angular cli version for nodejs v6.x.x.which angular cli verion is suitable for nodsjs v6.x.x? You are running version v6.x.x of node.js, which is not…
Apple Orange
  • 646
  • 5
  • 12
  • 27
4
votes
1 answer

Deployed my Angular app on GitHub pages but errors coming on website in console

I have published my app successfully on GitHub pages, but my website is not displaying anything. This is my GitHub repository link: https://github.com/chirag299051/Ice-and-Fire Errors I am getting in console: inline.318b50c57b4eba3d437b.bundle.js…
chirag
  • 95
  • 1
  • 7
3
votes
1 answer

Angular and gh-pages not loading specific images from assets folder

To deploy project on github pages I am using this command: ng run ticket-shop:deploy --base-href /deploy/ My problem is that gh-pages has some serious problems with calling assets folder. It always skips '/deploy/' part. I have found many other…
2
votes
1 answer

Angular 7 project doesn't publish on Github - shows only ReadMe file (I've used GitHub Pages)

When I publish Angular projects I usually always do the same thing.. but for some reason it doesn't work. That's exactly what I wrote: (The repo name is movies) git init git remote add origin git add * git commit -m…
Itay
  • 398
  • 2
  • 14
2
votes
1 answer

errors when hosting the angular application through GitHub pages

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…
dinith jayabodhi
  • 531
  • 2
  • 8
  • 19
1
vote
1 answer

What is the correct way to deploy a feature branch of an Angular app to GitHub Pages?

I have made a number of changes to an Angular repo on a branch called feat/demo-mode and I want to publish this branch to GitHub Pages. Under the GitHub Pages section, I chose my branch as outlined here…
AngularBoy
  • 1,715
  • 2
  • 25
  • 35
1
vote
0 answers

Angular app not picked up by github pages?

First I setup A records for canary.fireflysemantics.com. Then waited an hour (Not sure if time matters?). I created a brand new repository: https://github.com/fireflysemantics/canary/ I then pushed the app using ng deploy like this: ng deploy…
Ole
  • 41,793
  • 59
  • 191
  • 359
1
vote
1 answer

Error in deploying my angular app to gh-page

I was trying to deploy my angular app, to GitHub-page, while ending up with this long error which I am finding difficult to understand. I tried online but nothing seems to help. Any suggestions/help would be appreciated. Thanks Background Angular…
0
votes
0 answers

I'm trying to host an Angular project on GitHub

I'm trying to host an Angular project on GitHub. I have a project called website.github.io, I made a gh-pages branch, then a dist file where only a part of my page is uploaded, and when I generate the link, the page does not appear, I used the…
0
votes
1 answer

How do I load images on angular more fluidly?

I am creating an angular project where I am loading image files. Is there a way to make the image load more fluidly? Right now they are loading a little choppy.Here is the website so that you can see how the images are loading (every 5 seconds a new…
0
votes
1 answer

SSH passphrase wish.exe

I'm trying to generate a Ghpages for an angular app. When I push my work $ git push origin branch-name on the repo, my passphrase is asked IN the GIT WINDOW there is NO problem. But when I try to generate a ghpage $ ng build --base-href=repo-name ,…
gd276
  • 11
  • 3
0
votes
1 answer

git-upload-pack '.': git-upload-pack: command not found fatal: Could not read from remote repository

I am trying to deploy an Angular PWA to gh pages and receive this error on deploy: git-upload-pack '.': git-upload-pack: command not found fatal: Could not read from remote repository. Please make sure you have the correct access rights and the…
0
votes
1 answer

Recover removed local folder using git

I made an Angular project and pushed it on github ( I don't know much about git ). After pushing, I saw there was just one folder with a right arrow on it and when clicking on it didn't result in anything. So I thought of removing it and pushing it…
0
votes
1 answer

Facing problems with angular deployment in gh pages

I recently deployed my app on gh pages, but i am facing a lot of troubles with 404 messages. The problems go from images not loading to pages disapearing, and i don't know what to do about it. Here is my app: Dragon app. The button at the end should…
1
2