Merge branch 'jviotti/doc/anti-virus-ebusy'

This commit is contained in:
Juan Cruz Viotti 2015-09-21 09:28:13 -04:00
commit d2b9e6fd8c

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.