Did I miss something?
My nodejs version is 10.36
Same issue I had at first.
Do this again:
9) npm -g install forever
no I'm running it as root.
what I did until now: installing nodejs 10.36, npm
downloading and extracting latest client,adding lib folder and clientConfig.js (as mentioned in the last posts)
npm -g install
npm -g install forever
forever start index.js --> shortly starts a nodejs process
forever stop index.js --> error: no process with id: index.js
You are giving these commands in the root folder where the node is extracted, where is index.js file?
To see the processes running under the "forever":
forever list
(The print is the windows, but the command is the same on Linux. Too lazy to enter the server now)
events.js:72
throw er; // Unhandled 'error' event
^
Error: Cannot find module 'step'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at run (eval at
at /root/node/index.js:16:5
at b (domain.js:183:18)
at Domain.run (domain.js:123:23)
at Object.
at Module._compile (module.js:456:26)
error: Forever detected script exited with code: 7