terasum / js-mdict

*.mdx/*.mdd interpreter js implements, support mdict index file
MIT License
154 stars 18 forks source link

fix(package.json): fix "cannot find module" of @babel/runtime #53

Closed songxiaocheng closed 3 years ago

songxiaocheng commented 3 years ago

解决这个问题:https://github.com/terasum/js-mdict/commit/9cdc7e5dc77db90e3c7c7d009f7c667269dbefc5#r52574247

我之前全局装了 @babel/runtime 在引用该库也会报上述错误。

就直接把 @babel/runtime 添加到 devDependencies 就解决了。