JinYu Zhang

Results 17 comments of JinYu Zhang

@Josh-Cena Thank you for your response. However, I did use the special API to declare additional languages. The error message `Uncaught Error: Cannot find module './prism-latex'` comes after I add...

@Josh-Cena Thank you for further research. It looks like that `prism-latex` does exist in `node_modules/prismjs/components`: But `Uncaught Error: Cannot find module './prism-latex'` pops up when I use the following config:...

@Josh-Cena [Here](https://github.com/SiegeSailor/SiegeSailor/tree/master/NOTE) is the repository I am using **Docusaurus**.

Hi, @Josh-Cena. Sorry for bothering you. Is there any update?

Same here: ``` access_key_id: ${{ secrets.AWS_SERVICE_IDENTITY }} secret_access_key: ${{ secrets.AWS_SERVICE_KEY }} account_id: ${{ secrets.AWS_ACCOUNT_IDENTITY }} repo: repository region: us-east-1 tags: latest,${{ github.sha }} dockerfile: ./application/Dockerfile extra_build_args: | " --build-arg POSTGRES_DB=${{...

I am also facing this error. I have checked that my `aws ssm agent` and `aws cli` is installed, and I have assigned an IAM role for it.

> Posting my slightly different version of @zacharypodbela’s solution. I installed the Apple Silicon [miniconda3](https://github.com/conda-forge/miniforge/releases/) with a prefix of `/usr/local/anaconda`. Trying to install with: > > ``` > sudo /usr/local/anaconda/bin/pip...