Julio Ojeda

Results 7 comments of Julio Ojeda

Hi @jescalan I am having a problem with windows. I have finished my app and it works perfectly if I run it from cmd.exe with "node myapp.js". The problem though...

@jescalan I got a new error. `Invalid Parameter - -resize`. Looks windows task scheduler can't reference this method?. I am lost here

@jescalan I uninstalled imagemagick and I am getting the same error when I run it with node. So it was not finding imagemagick when I was running with the scheduler....

@jescalan Finally I was able to fix it. Thanks!. (https://github.com/aheckmann/gm/issues/572#issuecomment-421423019) pointed me to the right direction. Instead of setting the task to run `node myapp.js`. I told the task to...

Hi there. I had the same problem so I made this. https://codesandbox.io/s/canva-with-background-image-uf652c

Hi @Shestac92. When I run my app with the cmd everthing works well. When windows runs my app from the task scheduler I got the error `Error: Stream yields empty...

@Shestac92 Everthing is installed correctly. I am able to run my app with `node myapp.js`. When I create the windows task I got the error message. It is the same...