jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

package install failed: #172

Closed ireneo-funes closed 4 years ago

ireneo-funes commented 4 years ago

Screen Shot 2020-08-13 at 2 52 13 PM

When I tried to run package install elm-mode, I got this error.

https://stable.melpa.org/packages/reformatter-0.4.el: Not found

Is there anything I'm missing for this installation?

p.s. I ran GNU emacs 26.3 on Mac OS X Catalina version 10.15.6

purcell commented 4 years ago

Probably need to refresh your package list because 0.5 is the current version: https://stable.melpa.org/#/reformatter. PS. you can simplify your "Use melpa" snippet above too, now that we only support "https". Check out the example in the README.

ireneo-funes commented 4 years ago

Thanks, @purcell. After running M-x package-refresh-contents, I can successfully install this package.