CrabDude / babel-node-debug

node-inspector's node-debug using babel-node
MIT License
91 stars 11 forks source link

SyntaxError: Unexpected reserved word #2

Closed sayden closed 9 years ago

sayden commented 9 years ago

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 errors

Any idea?

CrabDude commented 9 years ago

Fixed. Sorry abou that. The forked node-inspector didn't work under all circumstances.

Try again?

sayden commented 9 years ago

Working! Thank you very much!