markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

non-existent property 'padLevels' of modules exports inside circular dependency

Open issadarkthing opened this issue 4 years ago • 1 comments

Describe the bug When I call command :MarkdownPreview it shows this error message but after pressing enter It still can open markdown preview.

(node:23466) Warning: Accessing non-existent property 'padLevels' of module exports ins
ide circular dependency

To Reproduce Steps to reproduce the behavior:

  1. type :MarkdownPreview
  2. See error

Expected behavior No error message.

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

Desktop (please complete the following information):

  • OS: 5.10.16-artix1-1

Log:

issadarkthing avatar Feb 20 '21 02:02 issadarkthing

I can reproduce on Arch Linux with vim 8.2. It seems to be a duplicate of #181, but I don't know Chinese.

g33kex avatar Feb 27 '21 16:02 g33kex