zsh: command not found: node
huxinfeng opened this issue · 1 comments
huxinfeng commented
我使用 brew 安装 fnm
fnm -V
fnm 1.37.1
fnm ls
* v20.16.0
* v22.5.1 default
* system
node -v
zsh: command not found: node
echo $PATH
env | grep FNM_
/Users/huxinfeng/.local/state/fnm_multishells/1963_1722309229020/bin:/Users/huxinfeng/.bun/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/huxinfeng/.cargo/bin
FNM_RESOLVE_ENGINES=false
FNM_MULTISHELL_PATH=/Users/huxinfeng/.local/state/fnm_multishells/1963_1722309229020
FNM_VERSION_FILE_STRATEGY=local
FNM_NODE_DIST_MIRROR=https://nodejs.org/dist
FNM_ARCH=arm64
FNM_DIR=/Users/huxinfeng/.local/share/fnm
FNM_COREPACK_ENABLED=false
FNM_LOGLEVEL=info
huxinfeng commented