I think oxfmt language server checks for new version on startup (or zed does it, not sure). It seems that if there are new versions, and I have min-release-age set in my ~/.npmrc file, then this fails. I had it set to 7, for 7 days - and got this error which was 7 days ago, at the time:
No matching version found for oxfmt@0.57.0 with a date before 23/06/2026, 10:57:33.
If I remove that setting from my .npmrc file, then the oxfmt language server restarts fine (and maybe dis an update?). I then tried putting the setting back and restarting again - and it worked fine that time - so I think this maybe only fails with min-release-age if it actually wants to do an update?
I think oxfmt language server checks for new version on startup (or zed does it, not sure). It seems that if there are new versions, and I have
min-release-ageset in my~/.npmrcfile, then this fails. I had it set to7, for 7 days - and got this error which was 7 days ago, at the time:If I remove that setting from my .npmrc file, then the oxfmt language server restarts fine (and maybe dis an update?). I then tried putting the setting back and restarting again - and it worked fine that time - so I think this maybe only fails with min-release-age if it actually wants to do an update?