cs150bf / ever-notedown

Atom Editor Plugin
MIT License
140 stars 13 forks source link

module version mismatch #83

Open dxh opened 7 years ago

dxh commented 7 years ago

Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom.

ever-notedown 0.2.24

git-utils@4.1.2 – Module version mismatch. Expected 49, got 47.

Atom version: 1.12.2

rollonbears234 commented 7 years ago

So how would I go about fixing this compilation? Is there a way to recompile the files?

7k50 commented 7 years ago

@rollonbears234

I was able to rebuild the package in Atom (option after clicking the red "bug button" in the lower right corner.

I haven't tested the rebuilt package extensively, but it seemed to work on startup at least.

cs150bf commented 7 years ago

A brief note on git-utils and version mismatch: if you are having trouble rebuilding the package, you might want to try entering ~/.atom/packages/ever-notedown/node_modules/ and type npm remove git-utils before rebuilding.