I have Atom 1.8.0 and there's an error while installing it: No available version compatible with the installed Atom version: 1.8.0
The package.json says >0.50.0, so I'm wondering why it's failing. It should work, right?
In order to make sure that the version in package.json is the problem, I've changed it to 1.8.0 and it worked.
ps: thanks for the project.
I have Atom 1.8.0 and there's an error while installing it:
No available version compatible with the installed Atom version: 1.8.0The package.json says
>0.50.0, so I'm wondering why it's failing. It should work, right?In order to make sure that the version in package.json is the problem, I've changed it to
1.8.0and it worked.ps: thanks for the project.