错误信息:
cannot find module ‘core-js/modules/es6.regexp.constructor‘
解决方法:
先增加package.json
"core-js": "^2.6.8"
若已经安装 使用uninstall
cnpm uninstall `ls -1 node_modules | tr ‘/\n‘ ‘ ‘`
安装:
cnpm install
原文:https://www.cnblogs.com/happy-life-wu/p/13251999.html