Document anti virus and EBUSY errors on Windows

This commit is contained in:
Juan Cruz Viotti 2015-09-21 09:27:18 -04:00
parent 1eb7aba293
commit cf7effacc0

View File

@ -32,3 +32,11 @@ Error: EINVAL, invalid argument
```
- Some interactive widgets don't work on `Cygwin`. If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945).
### I get EBUSY errors after initializing a device even as administrator on Windows.
`resin device init` finishes successfully, however it still throws an `EBUSY` error at the end.
- This is because the Resin CLI creates temporary files during configuration and initialization, and attempts to remove them at the end, however it's known that some anti virus software keep a handle on certain files for a while, preventing us from removing them.
See https://github.com/Medium/phantomjs/issues/19#issuecomment-13995639.