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
-
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
- Install the Forever module. Go to the /SolutionInstaller/NodeJS/
directory and enter the following command: npm install forever-0.14.1.tgz -gThe Forever module is installed and starts.