原因,fsevents相应依赖版本安装问题,安装时存在package-lock.json和yarn.lock,锁定了对应不兼容的版本。
故解决办法是:
删除package-lock.json,yarn.lock,node_modules
重新安装: npm install 即可