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 4, 2024. It is now read-only.
Describe the bug
The project is incompatible with recent (and not-so-recent) versions of semantic-release. According to NPM, the project is currently only compatible with v16 or v17 of semantic-release. v17 released in 2020. The current version of semantic release is v24.
To Reproduce
Steps to reproduce the behaviour:
Install via NPM with the latest versions
Expected behaviour
Install.
Desktop (please complete the following information):
n/a
Additional context
The NPM error message:
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/semantic-release
npm error dev semantic-release@"^24.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer semantic-release@"^16.0.0||^17.0.0" from [email protected]
npm error node_modules/semantic-release-firefox-add-on
npm error dev semantic-release-firefox-add-on@"*" from the root project
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The project is incompatible with recent (and not-so-recent) versions of semantic-release. According to NPM, the project is currently only compatible with v16 or v17 of semantic-release. v17 released in 2020. The current version of semantic release is v24.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Install.
Desktop (please complete the following information):
n/a
Additional context
The NPM error message:
The text was updated successfully, but these errors were encountered: