mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Document anti virus and EBUSY errors on Windows
This commit is contained in:
parent
1eb7aba293
commit
cf7effacc0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user