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 Oct 21, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: