node-theseus icon indicating copy to clipboard operation
node-theseus copied to clipboard

Results 7 node-theseus issues
Sort by recently updated
recently updated
newest added

Node-Theseus does not seem to work for me at all. I wonder if it is because I use Babel.

Hello, I want to use theseus with the generator functions ( --harmony ) I changed the shebang of node-theseus to add the --harmony option, and i was able to start...

I'm currently loving Theseus and find it a godsend for navigating the callback hell that Node apps usually turn into, but on some occasions I still need a breakpoint, line-by...

We use this to detect activation mode: if (require.main === module) { //started directly } else { //started by 'require' } it works fine under 'node' but fails under node-theseus

After coming across theseus, I have to say that I'm loving it. So far, there are just a few things away from making this perfect. One is the bug found...

Steps to reproduce: 1. make directories `foo` and `bar`` at different places in your fs 2. symlink `bar` into `foo` (so you have "/full/path/to/foo/bar/") 3. put JS files foo.js in...

![image](https://f.cloud.github.com/assets/270706/756947/dc737484-e65a-11e2-82bd-a7b1ae5ab493.png) Seeing an 'Invalid Software Version' error when running node-theseus on [Mocha](http://visionmedia.github.io/mocha/). This error does not occur when running node-theseus on other applications. Repro steps: 1.) Install and run Brackets...