我的 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 语言或 GitHub 的了解不够多,不知道在哪里添加“}}”,或者即使我应该添加,我也不想意外地给我的网站造成巨大的问题。我该怎么办?