Closed sayden closed 9 years ago
I couldn't manage to make it work.
Using any ES6 syntax file throws me a SyntaxError: Unexpected reserved word.
SyntaxError: Unexpected reserved word
Just using: babel-node-debug es6File.js
babel-node-debug es6File.js
When using babel-node es6File.js I have no errors
babel-node es6File.js
Any idea?
Fixed. Sorry abou that. The forked node-inspector didn't work under all circumstances.
Try again?
Working! Thank you very much!
I couldn't manage to make it work.
Using any ES6 syntax file throws me a
SyntaxError: Unexpected reserved word
.Just using:
babel-node-debug es6File.js
When using
babel-node es6File.js
I have no errorsAny idea?