Reputation: 739
Exact warning:
DeprecationWarning:
node --debug
andnode --debug-brk
are invalid. Please usenode --inspect
ornode --inspect-brk
instead.
Node version: 8.9.3
Is there a workaround to trick the IDE to debug seamlessly?
Any help is much appreciated.
Upvotes: 0
Views: 321
Reputation: 93728
Please upgrade WebStorm to 2017.3.x - WebStorm 11 provides no support for Node 8, you won't be able to debug, configure Node.js Core library, etc.
Upvotes: 2