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
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/[email protected]
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.
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: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.
The text was updated successfully, but these errors were encountered: