1. 程式人生 > >Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)

Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)

2.4 開始 問題 info code png callable down bubuko

atom安裝markdown-scroll-sync 版本2.1.2,發現同步滾動不起作用。異常

TypeError: Right-hand side of ‘instanceof‘ is not callable

開始以為是markdown-scroll-sync安裝問題,後來上網查是markdown-preview-plus插件版本太高。

所以把markdown-preview-plus版本從3.*降級到2.4.16就可以了

步驟如下:

1、卸載markdown-preview-plus3.7版本,直接從Atom中卸載。

2、進入安裝目錄C:\Users\Leo\AppData\Local\atom\bin

3、執行apm install [email protected]

技術分享圖片

完美解決問題。

Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)