I'm on GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.6.0), but when I try to use package (melpa) to install js2-refactor I get this odd error:
package-compute-transaction: Package `emacs-24.1' is unavailable
Any ideas what this could be about? Actually, this might be coming from a dependency of js2-refactor: js2-mode. It gives the same error.
package.el
for pre-24 Emacs versions? If you're using the built-in version,M-x locate-library RET package
should show a path ending withlisp/emacs-lisp/package.elc
. If not, getting rid of the file indicated could help. – Outing