0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

nodebrewを用いてmacOSにnodeとnpmをインストールする

Posted at
% brew install nodebrew
% nodebrew setup
% nodebrew -v
nodebrew 1.2.0
% echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.zshrc
% source ~/.zshrc
% nodebrew install stable
% nodebrew ls
v22.13.1

current: none
% nodebrew use v22.13.1
use v22.13.1
% node -v
v22.13.1
% npm -v
10.9.2

macOS Sonoma 14.6.1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?