Prince John Wesley

Results 71 comments of Prince John Wesley

I'll test it once I have access to my machine

@cloudqq It works fine for me. Can you increase execution timeout preferences and try again?

@cloudqq Got same error? Can you join in [gitter](https://gitter.im/princejwesley/Mancy) to discuss further? Run with `--debug` flag to enable developer tool `View > Toggle Developer Tools` > mancy . --debug

###### Automatic download path | Platform | Download Path | | --- | --- | | Windows | C:\Users\%USERNAME%\AppData\Local\mancy\node_modules | | OS X |  ~/Library/Application Support/mancy/node_modules | | Linux |  ...

@fibric can you try adding below log and debug [here](https://github.com/princejwesley/Mancy/blob/master/src/common/ReplContext.js#L90) ? ``` js console.log('request' , request, 'paths', parent.path, 'path', path) console.log(ex) ```

@fibric `context.console.log` logs to application. we have to pass `--debug` flag to enable chrome dev tool. > Mancy 🙈 ₹ git:(master) dist/Mancy-darwin-x64/Mancy.app/Contents/MacOS/Electron . --debug

@voronianski can you reproduce it in latest(`master` branch) code? As per stack trace, `Mancy > About Mancy` action throws this error. I am not able to reproduce it in `v2.1.0`....

@voronianski Yes, My fork has support for 4.x, 5.x versions of node. Original author has accepted and tweaked my PR to support 0.x node versions.

@voronianski Updated `package.json` to point to original `font-manager`.

@voronianski Unfortunately I am not able reproduce this issue in my environment. let me try with `0.12.7` version.