报啥错
可能是缓存问题,或者node版本问题
关于缓存,执行以下语句
sudo npm cache clear --force sudo npm i sudo npm run start
关于node版本
切换成14、16、17三个版本分别尝试 运行