livecode / atom-language-livecode

LiveCode Language package for Atom
GNU General Public License v3.0
16 stars 15 forks source link

Error with "missing module atom-linter" when opening Atom #8

Closed peter-b closed 8 years ago

peter-b commented 8 years ago

With #7 merged in, opening atom causes an error message:

Failed to activate the language-livecode package

Cannot find module 'atom-linter'

This is despite installing the linter package. So, either our README is wrong (and I need to install something else) or there's some other problem...

@montegoulding: any ideas?

montegoulding commented 8 years ago

The issue is the atom-linter node module. Because you're not a user getting the update installed by the package manager you need to apm install on the package. Then periodically apm update to get the latest version.

peter-b commented 8 years ago

Aha! Thank you, that fixed it!