repl-driven-development icon indicating copy to clipboard operation
repl-driven-development copied to clipboard

MELPA problem, version mismatch when installing

Open nickpapadonis opened this issue 2 years ago • 1 comments

<.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?

nickpapadonis avatar Dec 01 '23 17:12 nickpapadonis

Do you know how to resolve this?

M-x package-refresh-contents

tarsius avatar Nov 04 '24 14:11 tarsius