Closed
Description
Using vue-jest@4.0.1
I am getting the following error when trying to upgrade to jest 27:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: jest@27.0.1
npm ERR! node_modules/jest
npm ERR! dev jest@"27.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@">=26 <27" from ts-jest@26.5.1
npm ERR! node_modules/ts-jest
npm ERR! peerOptional ts-jest@">= 24 < 27 " from vue-jest@4.0.1
npm ERR! node_modules/vue-jest
npm ERR! dev vue-jest@"^4.0.1" from the root project
Node version: v16.2.0
npm version: 7.13.0