These dependencies were not found

错误信息

ERROR  Failed to compile with 7 errors                                                                        17:24:45
​
These dependencies were not found:
​
- core-js/modules/es.error.cause.js in ./node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js, ./src/filters/index.js and 3 others
- core-js/modules/es.regexp.dot-all.js in ./src/filters/index.js, ./src/utils/index.js
​
To install them, you can run: npm install --save core-js/modules/es.error.cause.js core-js/modules/es.regexp.dot-all.jsError from chokidar (D:\): Error: EBUSY: resource busy or locked, lstat 'D:\DumpStack.log.tmp'

错误问题

安装包缺失

解决方法

先把nodemodule删除掉

安装缺失的包 yarn add core-js

重新安装全局的包 yarn install


版权声明:本文为moly_moly原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。