Joshua Wu

Results 80 comments of Joshua Wu

@drewbrokke I believe the windows incompatibility stems from relative path requirements. ie the TS imports `import { someUtil } from '../utils/someUtil';` resolves to `var someUtil = require('../utils/someUtil');'` But in order...

Hmm. I added jack as a dependency on check-it-out, and it stopped working on windows. When I saw this issue, I thought it might be as similar issue I had....

lol Maybe I'll change it back to just a regular git log.... It worked flawlessly on my linux machines with Jack... I somehow just managed to lose windows compatibility in...

@drewbrokke I see the issue you're talking about now. The problem I ran into earlier was not related to the jack-cli code. Check it Out is experiencing a similar issue....

I may have found a solution. Looked up options to try and use an older version of node and came across instructions to run > sudo npm install --save-dev electron-rebuild...

@haelbichalex @Wippo0 I looked a lot in to epoll and tried uninstalling and reinstalling it. I think i tired npm uninstall epoll, as well as npm uninstall electron and went...

No issue with "Console Emulator" on windows. But issue existed with cmd prompt, powershell, and git bash.

Thanks @Jonesy22 ! Let me know if you have any trouble

Go for it! If you get a PR open, i can take a look. Thanks @CatherineNjenga !

@CatherineNjenga https://hacktoberfest.com/ just started if you want to take a look at this again, i added the label to the issue, and since you were already working on it, wanted...