-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: EPERM #11
Comments
Weird, I don't know where we might be opening a stream. Can you paste a stack trace? I think we'll want to have a test suite eventually, so that it'll become easier to pin down cross-platform compatibility issues. We'll see. |
(Also, I'm surprised the initial build doesn't fail due to hard-linking.) |
First build is successfull, although it says "Built" twice. The server runs and I can play with the ember app. I can even make changes and it rebuilds successfully. However saving the same file multiple times in a row lets it crash. |
Let's fold this into #39. |
Since windows is currently officially unsupported this isn't really a bug, but I still want to bring it up. This is what you currently get if you use broccoli on windows:
The first build runs through without problems. This problem occurs at rebuilding. More information is here:
nodejs/node-v0.x-archive#6599 (comment)
The text was updated successfully, but these errors were encountered: