Error Forever Node.js module is not running

You try to access the Forever log file using the forever list command and receive an error Forever Node.js module is not running.

About this task

Perform this task to install the Forever module so that you can access the Forever log file.

Procedure

  1. On the computer that contains the solution installer, make sure the Forever module is not installed. Open a terminal window and enter the following command:
    npm uninstall forever -g
  2. Install the Forever module. Go to the /SolutionInstaller/NodeJS/ directory and enter the following command:
    npm install forever-0.14.1.tgz -g
    The Forever module is installed and starts.

Results

You can now access the Forever log file.