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

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就可以了

https://github.com/atom-community/markdown-preview-plus/tree/v2.4.16

步骤如下:

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

2、用cmd进入安装目录C:\Users\xxx\AppData\Local\atom\bin

3、把2.4.16放在C:\Users\xxx\.atom\package 并执行apm install markdown-preview-plus的文件名

你可能感兴趣的:(Others)