yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Incompatible package #83

Closed rochefort closed 10 years ago

rochefort commented 10 years ago

I saw an error.

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 36 and Node 0.11.13.

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

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.121.0 because of the Chrome 36 and Node 0.11.13 upgrade.

Atom Lint 0.15.0Check for UpdateReport IssueDisable Package
Listed below are the incompatible native modules that this package depends on.

pathwatcher@1.5.0
Error message: Module did not self-register.
runas@0.5.4
Error message: Module did not self-register.

atom-lint-incomaptible-package


$ atom -v
0.121.0

$ apm list | grep atom-lint ├── atom-lint@0.15.0

yujinakayama commented 10 years ago

This is caused by https://github.com/yujinakayama/atom-lint/issues/81. I tried to solve this with https://github.com/yujinakayama/atom-lint/commit/8cb7e8d8bd5ddab537dae786b00dfefdb314e155 but it wasn't enough.

yujinakayama commented 10 years ago

Could you try with atom-lint 0.15.1 which is released just now?

rochefort commented 10 years ago

It works! Thank you for the quick response.