1、npm 运行后报错,
2、原因node_module文件缓存导致
3、解决方法:
第一步:npm指令清除npm缓存
npm cache clean --force
第二步:删除node_module包