You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running node-supervisor with
program './index.js'
--watch '.'
--extensions 'node,js'
--exec 'node --max-old-space-size=1000'
Starting child process with 'node --max-old-space-size=1000 ./index.js'
Watching directory '/Users/ronaldo.pontes/code/tracking-proxy' for changes.
Press rs for restarting the process.
Parent process exiting, terminating child...
events.js:163
throw er; // Unhandled 'error' event
^
Error: spawn node --max-old-space-size=1000 ENOENT
at exports._errnoException (util.js:1050:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
at Module.runMain (module.js:607:11)
at run (bootstrap_node.js:427:7)
at startup (bootstrap_node.js:151:9)
at bootstrap_node.js:542:3
The text was updated successfully, but these errors were encountered:
Tried to use --exec option without sucess:
Error:
The text was updated successfully, but these errors were encountered: