josa42 / atom-svg-preview

Live SVG preview for Atom editor
MIT License
51 stars 14 forks source link

Atom v0.200 lists svg-preview in "Incompatible Packages" due to dependencies #12

Closed kfix closed 9 years ago

kfix commented 9 years ago
The following packages could not be loaded because they contain native modules that aren't compatible with this version of Atom.

Previous Atom versions shipped with Chrome 31 and Node 0.11.10 but Atom now ships with Chrome 41.0.2272.76 and Node 1.5.1.

The packages listed should now ship versions of these native modules that are compatible with Node 1.5.1.

Updates for these packages may already be available that resolve this issue.

If no update is available you may want to notify the package author that their package isn't supported in Atom 0.201.0 because of the Chrome 41.0.2272.76 and Node 1.5.1 upgrade.

If you think a package is listed here and should no longer be, click the button below to reload Atom and recheck all packages.

Svg Preview 0.5.1
Listed below are the incompatible native modules that this package depends on.

pathwatcher@3.3.3
Error message: Module version mismatch. Expected 41, got 17.
runas@2.0.0
Error message: Module version mismatch. Expected 41, got 17.
lloeki commented 9 years ago

I works locally when I clone the repo and clean node_modules. I bumped the atom and pathwatcher dependencies, and made a new release. Hopefully that fixes it.

kfix commented 9 years ago

warnings are gone but 0.6.0 doesn't render anything for me