-
Notifications
You must be signed in to change notification settings - Fork 211
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
Test Error with Angular Web Stagehand Template #2086
Comments
@tsteward can you try running in a console with admin privileges? I think this might be due to a recent change in the sdk, see dart-lang/sdk#33966 for context. |
If that does in fact repro the issue we can add a try/catch here https://github.com/dart-lang/build/blob/master/build_runner_core/lib/src/environment/create_merged_dir.dart#L97 and try to handle it more gracefully. |
When I run in an admin console I don't get the error. |
Ok, thanks. It looks like we get a pretty specific error code 1314 that we can check for at least. I am not sure what the proper behavior should be for us - unfortunately it doesn't look like we can fall back on junctions but copying the entire contents of the |
@jakemac53 I'm also hitting this issue when using firebase functions interop in dart...noticed this has been open for a while. |
Oh, this issue should actually be closed. We have implemented the explicit check for this exception and will point users at the docs for how to enable developer mode in Windows which resolves the problem without needing an elevated console. |
I create the default
web-angular
using Stagehand.I run this command to run tests as described in documentation:
I get the following error:
build_runner 1.2.3
The text was updated successfully, but these errors were encountered: