When calling forever app, node.exe pop up and it will not be closed
rahabchung opened this issue · 4 comments
When calling forever a node.exe pop up appear and it will not be closed. It happens in my new computer.
How to replicate:
Windows Server 2016 standard 64 bit
nodejs installed @ C:\Program Files (x86)\nodejs
When I call 'forever start app.js' command, a console popup which header is 'C:\PROGRA~2\nodejs\node.exe C:\myapp\app.js' appeared, this popup will never be closed unless I click the 'X' button on top right.
But when I open in my old computer:
Windows 7 standard 64 bit
nodejs installed @ C:\Program Files\nodejs
When I call 'forever start app.js', no popup will appear
Is that becasue I installed the nodejs @ wrong directory or because of powershell or another reason?
And this will not happen if I just call 'node app.js' command in both computers without using forever
I think I know the reason. Will try to publish a fix tonight.
I think I know the reason. Will try to publish a fix tonight.
kibertoad, I am still looking forward to have your fix, thanks a lot!
@rahabchung Sorry for the delay. Could you please try forever 3.0.0?
@rahabchung Sorry for the delay. Could you please try forever 3.0.0?
Works fine now, thanks a lot kibertoad!