Closed1
zsh: command not found: npm となった時の対処法
nodebrew インストール後
$ echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~.zprofile
$ source ~/.zprofile
これでパスを通す必要がある
このスクラップは2023/10/29にクローズされました
nodebrew インストール後
$ echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~.zprofile
$ source ~/.zprofile
これでパスを通す必要がある