GitHub プロジェクトで問題が発生しています。trustworthy.netlify.com でオンラインにしようとしていますが、ページ構築エラーがあります。
サイトのビルドに問題があります: functions/node_modules/balanced-match/README.md の 50 行目の変数 {{a} が }} で適切に閉じられていませんでした。詳細については、https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/を参照してください。
{a} の後に "}}" を追加するだけでよいと思っていましたが、これが参照しているコード行です。
If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`.
Markdown Language や GitHub について、"}}" をどこに追加すればよいか、または追加すべきかどうかさえわからないため、自分のサイトで誤って大きな問題を引き起こしたくありません。私は何をすべきか?