-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building Jekyll doesn't like the Readme.md #22
Comments
:palm: :face: I was not ignoring the |
I got same problem : ( |
@keyolk hey, why do you need to build this README using jekyll? |
@keyolk Add |
Hitting this issue juliangruber/balanced-match#22 but not sure why.
I fixed it adding node_modules/* as-well (I referenced it above). |
@TommyJackson85 I added gitignore, also untracked node_modules from my repo but I still get the same page build error. Why so? |
did you add the following to your gitIgnore file?
Try running Maybe use this help document. This method is what I used add the gitignore file and untrack the previously committed node_modules. When i ran 'git rm --cached FILENAME' command (file name being node_modules) it prompted me to include '-r'. |
Thanks, @TommyJackson85 I finally got it to work. |
I'm going to close this now, thank's everyone for figuring it out! |
@TommyJackson85 I tried your advice. It is updating the build to Github but somehow it is not showing changes on my GitHub page. |
I am still having this problem - the exact same problem said in the beginning. I have the node_modules folder in the Codecademy subdirectory. So, I ignored
When I try |
@KnowledgeableKangaroo Are you building master or your tagged v1.1.4 branch? I ask because I noticed you don't have the node_modules directory in master, but it is in the v1.1.4 branch. |
@claytron5000 I 'solved' the problem by deleting the node_modules directory in the Codecademy subdirectory completely which go rid of the problem and I wasn't using that at the moment. however, before, it was in the master branch. I have had this package for a while, but only now have I decided to make the publishing source of my GitHub Pages the master branch and this issue came up with it. |
I had the same issue and I deleted my |
Hello dude , Your site is having problems building: The variable {{a} on line 50 in node_modules/balanced-match/README.md was not properly closed with }}. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/ This is showing to me also how I can fix it . Reply as soon as possible |
When attempting to build a Jekyll site on Github, I'm getting this error:
I'm getting this error
Your site is having problems building: The variable {{a} on line 50 in node_modules/balanced-match/README.md was not properly closed with }}. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/.
The text was updated successfully, but these errors were encountered: