Created
April 26, 2015 00:43
-
-
Save sonthonaxrk/9709e8a8ad310b2f37e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(django-dropoff)Rollos-Mac-Pro:backbone-playground Rollo$ babel-node /usr/local/bin/node-debug . | |
Node Inspector is now available from http://localhost:8080/debug?port=5858 | |
Debugging `.` | |
Debugger listening on port 5858 | |
/Users/Rollo/Developer/backbone-playground/src/lib/Model.js:1 | |
(function (exports, require, module, __filename, __dirname) { class Model { | |
^^^^^ | |
SyntaxError: Unexpected reserved word | |
at exports.runInThisContext (vm.js:53:16) | |
at Module._compile (module.js:393:25) | |
at Object.Module._extensions..js (module.js:428:10) | |
at Module.load (module.js:335:32) | |
at Function.Module._load (module.js:290:12) | |
at Module.require (module.js:345:17) | |
at require (module.js:364:17) | |
at Object.<anonymous> (/Users/Rollo/Developer/backbone-playground/src/index.js:1:75) | |
at Module._compile (module.js:410:26) | |
at Object.Module._extensions..js (module.js:428:10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment