Javascript
Javascript copied to clipboard
--debug Depricated in Node.js Version 8
In Node.js version 8 when the NodeJS connection is run it errors with:
node[stderr]:
(node:6556) [DEP0062] DeprecationWarning: node --debug
and node --debug-brk
are invalid. Please use node --inspect
or node --inspect-brk
instead.