repl-driven-development
repl-driven-development copied to clipboard
MELPA problem, version mismatch when installing
<.emacs> (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) (package-initialize)
M-x package-install repl-driven-development
https://melpa.org/packages/repl-driven-development-20230508.40.tar: Not found
I checked MELPA via HTTP URL https://melpa.org/#/repl-driven-development
repl-driven-development 20231123.1917
So there is a version mismatch.
Do you know how to resolve this?
Do you know how to resolve this?
M-x package-refresh-contents