用 fnm 来管理 node 版本
小于 1 分钟约 28 字...
用 fnm 来管理 node 版本
curl -fsSL https://fnm.vercel.app/install | bash
# ~/.zshenv ~/.bashrc
export FNM_NODE_DIST_MIRROR=https://npmmirror.com/mirrors/node/
eval "$(fnm env --use-on-cd)"
你认为这篇文章怎么样?
- 0
- 0
- 0
- 0
- 0
- 0
curl -fsSL https://fnm.vercel.app/install | bash
# ~/.zshenv ~/.bashrc
export FNM_NODE_DIST_MIRROR=https://npmmirror.com/mirrors/node/
eval "$(fnm env --use-on-cd)"