You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
I came to the same problem, although I used the newest Nightly of Firefox (version number right now: 38.0a1). The fix that involes updating the MIN_VERSION to "38.*" did not work for me. The FF always states, that this addon is not compatible with this version of FF. Changing the MIN_VERSION to "38.0a1" fixed this issue for me.
I'm not sure if this happens only for me, I just thought I would share this experience.
This is pretty ridiculous, guys. jpm is clearly half-baked. If it can't produce extensions that work on older Firefox (which is crazy already), it should also not allow generating an install.rdf that purports compatibility with older Firefox.
…eally have the ability to maintain backwards compatibility with older Firefox versions, so just give up and let JPM choose compatible versions for you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently if you package an add-on with jpm 0.0.25 and run it anything less than Firefox 38, it fails silently, see this stackoverflow report.
We should detect Firefox <= 37 and alert the user somehow. Does compatibility ranges work? Or throwing an exception.
The text was updated successfully, but these errors were encountered: