diff --git a/README.md b/README.md index 0cba79e8..7ba4c4c7 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,16 @@ Note that node-pty is not thread safe so running it across multiple worker threa ## Troubleshooting -**Powershell gives error 8009001d** +### Powershell gives error 8009001d > Internal Windows PowerShell error. Loading managed Windows PowerShell failed with error 8009001d. This happens when PowerShell is launched with no `SystemRoot` environment variable present. +### ConnectNamedPipe failed: Windows error 232 + +This error can occur due to anti-virus software intercepting winpty from creating a pty. To workaround this you can exclude this file from your anti-virus scanning `node-pty\build\Release\winpty-agent.exe` + ## pty.js This project is forked from [chjj/pty.js](https://github.com/chjj/pty.js) with the primary goals being to provide better support for later Node.JS versions and Windows.