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
{{ message }}
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
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.
Can you advise me how to get around this?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: