Error: core-js/modules/es.array.push.js

Pulling the project today and found an error report, record the solution 


core-js/modules/es.array.push.js

 Deleted node_modules and added dependencies again and yarn remove core-js still doesn’t work

solution:

Manually delete the three directories under the node_modules file, and execute yarn add core-js again

 

Guess you like

Origin blog.csdn.net/m0_48995032/article/details/128624275