You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
大部分都是因为node版本问题,使用nvm将node版本切换到nvm use 14.21.3,然后再用yarn执行还原就好了,用npm install执行还原虽然还原没有报错,但是项目启动的时候mock有部分报error。导致页面一直起不来。这边推荐用yarn还原,我使用的yarn版本是1.22.19