node fnm安装

Last updated on December 12, 2025 am

🧙 Questions

mac安装fnm

☄️ Ideas

下载fnm
brew install fnm
安装fnm
code ~/.zshrc
eval "$(fnm env --use-on-cd)"
source ~/.zshrc
常用命令
mkdir -p /Volumes/Data/Tool/fnm
ln -s /Volumes/Data/Tool/fnm /Users/ispong/.local/share/fnm
fnm -h
fnm list-remote
# fnm install --fnm-dir /Volumes/Data/Tool/Fnm v18.14.2
fnm install v18.14.2
fnm list
fnm use v18.14.2
npm -v
node -v
安装pnpm
mv /Users/ispong/.npm /Volumes/Data/Repo/npm
ln -s /Volumes/Data/Repo/npm /Users/ispong/.npm
npm install pnpm -g
npm install hexo-cli -g
安装依赖
pnpm install
npm、pnpm指向国内镜像
npm config set registry https://registry.npmmirror.com/
npm install pnpm -g
pnpm config set registry https://registry.npmmirror.com/

node fnm安装
https://ispong.isxcode.com/vue/node/node fnm安装/
Author
ispong
Posted on
December 8, 2023
Licensed under