-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
deno publish failed with error: error[excluded-module] when export casing differs from file casing #24635
Comments
Note this project have 4038 exports. removing the export:
make the publish works. but those export should be valide. |
The problem here is the export value is "./ico/Gi3dGlasses.ts", but the file itself is cased as |
Oups, thx for the 👁️ I'm not shure it worth implementing a warrnig for such a case, for now. by the way one of my publish failed badly: V 1.0.12 can not be yank nor deleted. |
Deno should give a descriptive error about what's going on to help people out, so I'd rather keep this open. |
Version: Deno 1.45.2
I have 37 generated project to publish, so they have all the same shape.
some of them failed with error :
The error message is not relevant, I had only exclude my .github folder, and the error is the same without any exclude.
error sample:
https://github.com/UrielCh/react-icons-gi/actions/runs/9988509932/job/27605141756
similar project without the error:
https://github.com/UrielCh/react-icons-ai/actions/runs/9988506667/job/27605128093
all those project will be published here
The text was updated successfully, but these errors were encountered: