Open ShadowCommander opened 7 years ago
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.
node --debug
node --debug-brk
node --inspect
node --inspect-brk
In Node.js version 8 when the NodeJS connection is run it errors with:
node[stderr]: (node:6556) [DEP0062] DeprecationWarning:
node --debug
andnode --debug-brk
are invalid. Please usenode --inspect
ornode --inspect-brk
instead.