Nave requires bash. It will probably never work on Windows, or other systems
lack a native Bourne Again Shell. Sorry.

isaacs/nave - GitHub

nvm の bash 依存が嫌で nave を使っていたのに nave も bash に依存するようになってた。新規でシェルを立ち上げる部分で zsh だと動かなかったからかきかけて使えてるけど、もう微妙な感じなので nodebrew への移行を考えてる。

diff --git nave.sh nave.sh
index 7002fc2..5f5e56e 100755
--- nave.sh
+++ nave.sh
@@ -394,7 +394,8 @@ nave_use () {
       npm_config_manroot="$man" \
       NODE_PATH="$lib" \
       NAVE_LOGIN="1" \
-      "$SHELL" --rcfile "$NAVE_DIR/naverc"
+      "$SHELL"
+#      "$SHELL" --rcfile "$NAVE_DIR/naverc"
     hash -r
   fi
   return $?