1
1

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 5 years have passed since last update.

Node.js ノウハウ

Last updated at Posted at 2018-05-24

手順

codeなど

・javascript読み込み  
https://qiita.com/723gt_m/items/68ee87a64c9aeb60dd1b
http://www.naka-sys.okinawa/post-337/

・macにインストール
https://qiita.com/kyosuke5_20/items/c5f68fc9d89b84c0df09
https://qiita.com/akakuro43/items/600e7e4695588ab2958d

用語など

・NVM(Node Version Manager)
・nodeコマンドはJavascriptで書いたプログラムを実行するためのコマンド
・npm (Node Package Manager)はnodeコマンド実行時に使用するパッケージ(ライブラリ)をダウンロードしてインストールするためのコマンドだ

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?