iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.76k stars 280 forks source link

An unexpected error has occurred in Vim 8.2 #422

Closed lpvm closed 2 years ago

lpvm commented 2 years ago

I'm using Vim version 8.2.3745 on a FreeBSD amd64 system. I've installed this plugin through Plug, as

call plug#begin('~/.vim/plugged')
        Plug 'plasticboy/vim-markdown'
        Plug 'iamcco/markdown-preview.nvim', {'do': 'cd app & yarn install'}
call plug#end()

When trying :MarkdownPreview, a pink message shows up at the bottom of vim saying:

node --trace-warnings .....where the warning was created

The default browser, Otter, for the address http://127.0.0.1:8691/page/1, says that An unexpected error has occurred.

resoliwan commented 2 years ago

It is only worked at node v10.24.1 -> v12.22.10 v14.17.5 v16.13.2

TruncatedDinoSour commented 2 years ago

Happens on my hardened firefox, try a less hardened browser profile

iamcco commented 2 years ago

Try latest version.