版本号不一致的情况
npm run test:unit -- --watchAll 报错
然后在jest.config.js中,加了
watchPathIgnorePatterns:['node_modules']
再次 npm run test:unit -- --watchAll
又报错 Cannot find module 'vue-template-compiler' from 'vue-test-utils.js'
npm i vue-template-compiler -D以后再次运行
npm run test:unit -- --watchAll
又报错,说vue和vue-template-compiler的版本不匹配,我要安装vue-template-compiler@3.0.4
根本没有这个版本,最新就是2.6.14,这要咋处理??????
19
收起
正在回答 回答被采纳积分+1
2回答
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星