Open
Description
Given I use "mailslurp-helper" together with "codeceptjs" 3.6.x
When I want to update "codeceptjs" from 3.6.x to 3.7.x
Then my npm install
fails with:
npm error Could not resolve dependency:
npm error peer codeceptjs@"3.6.5" from @codeceptjs/mailslurp-helper@1.4.1
This blocks me from updating to latest version CodeceptJS 3.7.x.
Workaround npm i --legacy-peer-deps
works, but is not ideal, because it requires changes to pipelines etc.
See this similar issue how to resolve it: #52.
Metadata
Metadata
Assignees
Labels
No labels