2020年5月30日 星期六

You must install peer dependencies yourself

You must install peer dependencies yourself
npm install --save-dev ts-jest@25.5.1                      18:36:50
npm WARN ts-jest@25.5.1 requires a peer of jest@>=25 <26 but none is installed. You must install peer dependencies yourself.

解決

npm install --save-dev "jest@>=25 <26"

Written with StackEdit.