When starting the debugger with F5, the following error is given:
(node:1928) [DEP0062] DeprecationWarning: 'node --debug' and 'node --debug-brk' are invalid. Please use 'node --inspect' or 'node --inspect-brk' instead.
I get the same error when I try to start node directly from the terminal with the same commands.
node version: v8.9.4
When starting the debugger with F5, the following error is given:
(node:1928) [DEP0062] DeprecationWarning: 'node --debug' and 'node --debug-brk' are invalid. Please use 'node --inspect' or 'node --inspect-brk' instead.I get the same error when I try to start node directly from the terminal with the same commands.
node version: v8.9.4