iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.67k stars 277 forks source link

when i use :MarkdownPreview , has an error "at load (/snapshot/markdown-preview.nvim/app/lib/app/load.js:0:0)" #476

Open wangwenqiangGitHub opened 2 years ago

wangwenqiangGitHub commented 2 years ago

Describe the bug A clear and concise description of what the bug is. when i use :MarkdownPreview , has an error "at load (/snapshot/markdown-preview.nvim/app/lib/app/load.js:0:0)" To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Log:

falko-strenzke commented 2 years ago

I have the same problem on Debian 11 after a recent update to commit

commit 02cc3874738bc0f86e4b91f09b8a0ac88aef8e96 (HEAD -> master, origin/master, origin/HEAD)
cyliu-phy commented 2 years ago

I encouter the same problem after updating plugins.

falko-strenzke commented 2 years ago

I rolled back to commit e5bfe9b89dc9c2fbd24ed0f0596c85fd0568b143, that is still working for me.

gergap commented 2 years ago

Same problem here on Deb11. Reverting to previous commit like falko-strenzke said fixed the issue for me too.

jsolbrig commented 2 years ago

Same problem, but on Mac.

vds2212 commented 2 years ago

Same problem, but on Windows 10.

vds2212 commented 1 year ago

It seems that the last commit that doesn't have the problem is: d7f95e8 With the next commit d7f95e8 (tag v0.0.10) the problems come.