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
Recently I decided to play with semantic releases and publishing of docker image artifacts to the GitLab container registry.
So I installed a few basic semantic-release packages:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/semantic-release
npm ERR! dev semantic-release@"^17.4.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer semantic-release@"^15.9.0" from [email protected]
npm ERR! node_modules/semantic-release-gitlab-registry
npm ERR! semantic-release-gitlab-registry@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/Alex/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/Alex/.npm/_logs/2021-04-02T09_52_48_097Z-debug.log
I found that there is an obsolete version with the peerDependeny on 15.9.0 here. So my suggestion is to update it, of course, if it would not break anything and publish a new version of the semantic-release-gitlab-registry
Thanks
The text was updated successfully, but these errors were encountered:
Hey 👋
Recently I decided to play with semantic releases and publishing of docker image artifacts to the GitLab container registry.
So I installed a few basic semantic-release packages:
Then I tried to install this package:
Unfortunately I got this error:
I found that there is an obsolete version with the
peerDependeny
on 15.9.0 here. So my suggestion is to update it, of course, if it would not break anything and publish a new version of the semantic-release-gitlab-registryThanks
The text was updated successfully, but these errors were encountered: