0
0

More than 1 year has passed since last update.

あれ? Voltaを使ってるんだけど「node」にPATHが通ってないぞ?

Posted at

毎回忘れててググっているのでメモ

環境

MacOS 12.5.1
Volta 1.0.8

事象

nodeコマンドが通らない

% node -v
zsh: command not found: node

解決策

PATHを通す

~/.zshrc
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0