首先得有 node,并确保 node 版本是 14 或以上。(推荐用 nvm 来管理 node 版本,windows 下推荐用 nvm-windows)
mac 或 linux 下安装 nvm。
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
$ nvm -v
0.39.1
安装 node。
$ nvm install 16
$ nvm use 16
$ node -v
v16.10.0
links:
https://umijs.org/docs/guides/getting-started