Versions missing for `orderless` and `consult`
cassiel opened this issue · 3 comments
cassiel commented
Expected behavior
Clean startup.
Actual behavior
Warnings:
Error (use-package): Failed to install orderless: https://melpa.org/packages/orderless-20240320.1638.tar: Not found
Error (use-package): Cannot load orderless
Error (use-package): Failed to install consult: https://melpa.org/packages/consult-20240323.2016.tar: Not found
Steps to reproduce the problem
Normal startup.
Environment & Version information
Emacs version
27.1.
Operating system
Ubuntu 22.04.4 LTS, arm64 under VMware.
cassiel commented
Actually: reported errors on the first couple of launches, now silent and seems to work fine. (Doing an update on the MELPA package list might have helped.)
bbatsov commented
Running package-refresh-package-list
solves such problems - your local package list was out of sync with the remote.
cassiel commented
Noted - thanks - sorry for the noise.