halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Missing settings-menu #74

Closed eirikm closed 7 years ago

eirikm commented 7 years ago

Atom 1.15.0 x64 on Mac elmjutsu 5.5.1

elmjutsu missing settings

halohalospecial commented 7 years ago

Hi @eirikm, I think that is an Atom bug.

You can try to do the following:

  1. Uninstall elmjutsu.
  2. Restart Atom.
  3. Install elmjutsu.
  4. Restart Atom.
eirikm commented 7 years ago

I rebuilt the package and now it works. Thought I should document the process, but now I can't reproduce the error :-/

thanks!

halohalospecial commented 7 years ago

It happens from time to time, even with other packages :-) You can also try the same workaround if you encounter issues after updating a package.

earthrid commented 6 years ago

Hi, I had the same problem (under Atom 1.20.1 and 1.21.0-beta, elmjutsu 6.0.0) and with the help of this page + the Atom debugging docs I finally got it. :)

Here's the recipe that worked for me (there's nothing new here, but the sequence might help some other confused person who finds this page).

1) Is there red bug icon in the bottom right of any Atom window? This is the incompatible package indicator. Click on it.

2) Select "Rebuild packages" (ahhh...)

3) Go the Packages section of Atom's settings and uninstall elmjutsu.

4) Restart Atom.

5) Reinstall elmjutsu.

It's easy once you know how! ;D