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
After upgrading shunter from @springernature/[email protected] to @springernature/[email protected], running npm install returns the following:
npm WARN @springernature/[email protected] requires a peer of eslint-plugin-jest@^21.13.0 but none is installed. You must install peer dependencies yourself.
After upgrading shunter from
@springernature/[email protected]
to@springernature/[email protected]
, runningnpm install
returns the following:Relevant bits of the
.eslintrc
file:I didn't add
eslint-plugin-jest
to shunter's devDependencies as I didn't realise it's necessary.We need to:
The text was updated successfully, but these errors were encountered: