2
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.

expressのバージョン

$ npm install -g express
ver.3.0.0rc1がインストールされてしまう。

//バージョン指定
$ sudo npm install express@2.5.8

//2だけでもOK。この場合、2.5.11がインストールされました。
$ npm install -g express@2

socket.ioのバージョン

npm install socket.io@0.9.16


ipaddress
ifconfig

mongodb のバージョン

$ npm install mongodb@1.3.23

2
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
2
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?