Atom:Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)
生活随笔
收集整理的這篇文章主要介紹了
Atom:Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
atom安裝markdown-scroll-sync 版本2.1.2,發(fā)現(xiàn)同步滾動不起作用。異常
TypeError: Right-hand side of 'instanceof' is not callable
開始以為是markdown-scroll-sync安裝問題,后來上網(wǎng)查是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 并執(zhí)行apm install markdown-preview-plus的文件名
總結(jié)
以上是生活随笔為你收集整理的Atom:Uncaught TypeError: Right-hand side of 'instanceof' is not callable(markdown-scroll-sync)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: atom搭建markdown环境
- 下一篇: 利用DDA算法得到直线上的像素点坐标