-
Notifications
You must be signed in to change notification settings - Fork 13
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
Package Publish Fails #61
Comments
I was able to reproduce this issue on Windows when the dart_holodex_api folder is inside a symlink, it can also be reproduced without puro. This appears to be a bug in the pub tool, I suggest filing an issue at https://github.com/dart-lang/pub/issues/new and as a workaround you can run the pub tool inside the real, non-symlinked path. |
Hmm, thats odd. I don't think I have a symlink here. I'll create the issue. |
My repo is not in a symlink, but I've created the issue PowerShell script to check for symlinks:
|
I'm attempting to run
dart pub publish --dry-run
in my https://github.com/getBoolean/dart_holodex_api repo, but I am getting this error.Tested on Windows 11
The text was updated successfully, but these errors were encountered: