-
Notifications
You must be signed in to change notification settings - Fork 12k
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
esbuild fails when run from network path #26469
Comments
I suspect this might have the same root cause of #26379 Can you kindly try to update |
Is still still a problem with 17.0.5? |
Closing due to the lack of confirmation. |
@alan-agius4 I'm sorry I didn't respond sooner. I have been unable to test with 17.0.5, but it continued to fail using the file from the gist. I will test with 17.0.5 as soon as our workplace NPM mirror has been updated. |
Verified this as fixed in 17.0.5. |
Glad to hear that. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
No
Description
esbuild fails with
[ERROR] The entry point "//path/to/file.css" cannot be marked as external [plugin angular-compiler]
when run from a path on a network share
rmReproduced using a bare “ng new” project on Windows 10 from a mapped network drive. Everything works fine when moved to a local drive.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: