LoginSignup
0
1

More than 5 years have passed since last update.

macでnpmが使えるようになるまで

Posted at

以下の順にコマンドを打てばokです。

① brew install nodebrew
② mkdir -p ~/.nodebrew/src
③ nodebrew install-binary latest
④ nodebrew list
⑤ nodebrew use v11.12.0
⑥ echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bash_profile
⑦ source ~/.bash_profile
⑧ npm -v

0
1
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
1