困ったこと
- MacOS Caltalinaの標準ターミナルであるzshにはnpmが標準で入っていない
実行
手順
- nodebrewをcurlを利用してインストール
$curl -L git.io/nodebrew | perl - setup
- Vimを開いて下記nodebrewのパスを~/.zshrc(zshの設定ファイル)に記入
export PATH=$HOME/.nodebrew/current/bin:$PATH
Go to list of users who liked
More than 3 years have passed since last update.
手順
$curl -L git.io/nodebrew | perl - setup
export PATH=$HOME/.nodebrew/current/bin:$PATH
Register as a new user and use Qiita more conveniently
Go to list of users who liked