Skip to content

Commit

Permalink
Add note about ConnectNamedPipe error
Browse files Browse the repository at this point in the history
See #208
  • Loading branch information
Tyriar committed Mar 3, 2019
1 parent 1ce2e1e commit 4ede4ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 4ede4ea

Please sign in to comment.