Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child processes spawn new shell on Windows #983

Open
ChezFre opened this issue Apr 4, 2018 · 1 comment
Open

Child processes spawn new shell on Windows #983

ChezFre opened this issue Apr 4, 2018 · 1 comment

Comments

@ChezFre
Copy link

ChezFre commented Apr 4, 2018

I have a project that utilizes the gm package to resize uploaded images on a Google Chrome kiosk web app. Gm does this by running GraphicsMagick via cross-spawn.

This is working as expected when I use node server.js, but when I run it via forever server.js the child processes instantiated by gm come to the foreground for a couple of milliseconds before closing again. Is there any way to prevent this behavior and have them be invisible or open in the background?

Windows 10
Node@6.6.0
Forever@0.15.3
gm@1.23.1

@aliosv
Copy link

aliosv commented Dec 24, 2019

#767 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants