12
11

More than 5 years have passed since last update.

express4でforever start

Posted at

若干ん?ってなったのでメモ

forever startするとき

express3の場合

$ cd プロジェクトフォルダ
$ forever start app.js

express4の場合

$ cd プロジェクトフォルダ
$ cd bin
$ forever start www

という違いが

4系になって起動コマンドが$node app.jsじゃなくて$node bin/wwwになってたのね。

12
11
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
12
11