Alejandro

Results 4 comments of Alejandro

Would just like to comment that MINGW64 also throws an error: `TypeError: process.stdin.setRawMode is not a function` as mentioned above. Although it works just fine in Windows PowerShell

I'm on moment `2.24.0` and this is still an issue. Is this repo abandoned?

@vaporyhumo Yes that might be the case. I have this in `.git/hooks/prepare-commit-message` ``` #!/bin/sh if [ "$LEFTHOOK" = "0" ]; then exit 0 fi if [ -t 1 ] ;...

This is still an issue with this extension and the React Dev Tools. I'm getting a bunch of errors in the console when running my app and it's unlikely to...