I recently released an upgrade to my theme, but neither atom
nor apm
can find the update, even though the update shows up correctly on the website.
$ apm list
...
C:\Users\Philippe\.atom\dev\packages (...)
└── base16-syntax@0.2.0
...
C:\Users\Philippe\.atom\packages (...)
└── base16-syntax@0.1.2
...
$ apm upgrade
Package Updates Available (0)
└── (empty)
In Dev Mode I use the git repo, while in normal mode I use the stable, released version.
I thought that somehow this way of working confused apm
, but unlinking the git repo seems to have no effect, apm upgrade
still comes up with an empty result.
I wonder if apm
keeps a cache somewhere, thinking I have an up-to-date version based on the (now temporarily unlinked) Dev Mode version. Or perhaps this is totally unrelated and there is something else wrong?