方法一: 先卸载npm uninstall chalk 在指定版本安装cnpm install chalk@4.0.0
方法二: 修改整个node项目用ems规范 在package.js里添加 "type": "module"