You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement this however am confused by the instructions, and hope you can provide further clarity.
I have an existing project that runs locally, however doesn't work properly when deployed to github pages due to react router conflict.
Of the detailed instructions, I clicked the link to go to version 6 (js option), and I followed steps 1-3, with the 'adding this boilerplate as the gh-pages branch of an existing repository' option.
When it gets to step 6, I get the below error.
In hindsight I see that these instructions don't ensure that the js version is downloaded run, following the instructions results in the typescript version.
So I scrapped it and restarted, this time manually downloading the zipped 6.0 package
I got to step 7 this time, before getting this fail error when pushing
And I realise that the SPA packages operates on the assumption that you haven't already tried to install onto gh-pages previously... many people only come to the SPA package after failing from usual method.
So I worked out I needed to push --force the last command.
Step 8 - confusing, I already have my own site, on the main branch. Are these instructions to be done on the gh-pages branch or the main branch? I follow these instructions assuming on the gh-pages branch.
I get a blank page on GH pages.
I try the instructions for local deployment, and it works to get the boiler plate content hosted locally... but how to I get my own site hosted? Do I merge main to gh-pages?
I read back over the instructions, this time look at the 'basic instructions' which say something different...
Does step 1 of basic instructions occur on main or gh-pages branch? Is this in addition to the detailed instructions or is it an alternative?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to implement this however am confused by the instructions, and hope you can provide further clarity.
I have an existing project that runs locally, however doesn't work properly when deployed to github pages due to react router conflict.
Of the detailed instructions, I clicked the link to go to version 6 (js option), and I followed steps 1-3, with the 'adding this boilerplate as the gh-pages branch of an existing repository' option.
When it gets to step 6, I get the below error.
In hindsight I see that these instructions don't ensure that the js version is downloaded run, following the instructions results in the typescript version.
So I scrapped it and restarted, this time manually downloading the zipped 6.0 package
I got to step 7 this time, before getting this fail error when pushing
And I realise that the SPA packages operates on the assumption that you haven't already tried to install onto gh-pages previously... many people only come to the SPA package after failing from usual method.
So I worked out I needed to
push --force
the last command.Step 8 - confusing, I already have my own site, on the main branch. Are these instructions to be done on the gh-pages branch or the main branch? I follow these instructions assuming on the gh-pages branch.
I get a blank page on GH pages.
I try the instructions for local deployment, and it works to get the boiler plate content hosted locally... but how to I get my own site hosted? Do I merge main to gh-pages?
I read back over the instructions, this time look at the 'basic instructions' which say something different...
Does step 1 of basic instructions occur on
main
orgh-pages
branch? Is this in addition to thedetailed instructions
or is it an alternative?The text was updated successfully, but these errors were encountered: