#Build failed
2 messages · Page 1 of 1 (latest)
The error message you're seeing indicates that the build process failed to resolve the entry for the "https" package. This could be due to incorrect main/module/exports specified in its package.json file.
The stack trace points to a failure at packageEntryFailure which is a part of the Vite package. This suggests that the issue might be related to the Vite configuration or a specific package's compatibility with Vite.
Unfortunately, the provided knowledge sources do not contain a direct solution to this issue. However, they do contain similar issues where the build process failed due to problems with package resolution. You can refer to these issues for potential clues or solutions:
- Issue #3073 (https://github.com/withastro/astro/issues/3073)
- Issue #3820 (https://github.com/withastro/astro/issues/3820)
- Issue #10007 (https://github.com/withastro/astro/issues/10007)
- Issue #6901 (https://github.com/withastro/astro/issues/6901)
- Issue #7474 (https://github.com/withastro/astro/issues/7474)
- Issue #4461 (https://github.com/withastro/astro/issues/4461)