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?

More than 3 years have passed since last update.

Node.js install for mac

Posted at

何からNode.jsを入手したか忘れないためのメモ。

  • 公式からLTS版mac用のinstallerをダンロードする
  • installerを起動し、各設問をデフォルトのまま進めてinstallする
    • スクリーンショット 2020-01-19 23.05.14.png
  • nodeのバージョンを確認する
$ node -v
v12.14.1
  • npm(パッケージマネージャ)のバージョンを確認する
$ npm -v
6.13.4

以上です。

参考:
https://jsprimer.net/use-case/setup-local-env/

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?