It looks like the debugger needs to use --inspect instead of --debug. I'm getting the following error.
Connection attempt 1 to node process on 127.0.0.1:5858 failed. Will try again in 500.
(node:7491) [DEP0062] DeprecationWarning: node --debug and node --debug-brk are invalid. Please use node --inspect or node --inspect-brk instead.
It looks like the debugger needs to use --inspect instead of --debug. I'm getting the following error.
Connection attempt 1 to node process on 127.0.0.1:5858 failed. Will try again in 500. (node:7491) [DEP0062] DeprecationWarning:
node --debug
andnode --debug-brk
are invalid. Please usenode --inspect
ornode --inspect-brk
instead.Can you advise me how to get around this?