当安装包时,报错如下:
error jest-watch-typeahead@1.0.0: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "14.16.0"
设置yarn如下:
yarn config set ignore-engines true
重新install项目包,发现还有问题。
删除node_modules包和yarn.lock文件,重新yarn install。
成功。