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
HOW:packages/umi/src/cli.ts 里加前置判断,判断 process.version 的 major version,如果少于 10,退出并红字提示“Your node ${version} is not supported by umi, please upgrade to 10 or above.”,如果大于 14,给黄字警告“Your node ${version} is not supported by umi, please use node 10, node 12 or node 14.”
3.4.x
3.5.x