## Failing module - **GitHub**: https://github.com/vitejs/vite - **npm**: https://npmjs.com/package/vite ## Error message https://esm.sh/vite@7.3.1/dist/node/index.d.ts returns: ``` Failed to build types: package name is empty ``` The same error happens with https://esm.sh/vite@7.1.11/dist/node/index.d.ts but doesn't happen with https://esm.sh/vite@7.1.10/dist/node/index.d.ts. Vite 7.1.10 started to use subpath imports (https://github.com/vitejs/vite/commit/d0094af639d9ebbb51d4e00910b74f23eb8fe131) so maybe that is the cause.
Failing module
Error message
https://esm.sh/[email protected]/dist/node/index.d.ts returns:
The same error happens with https://esm.sh/[email protected]/dist/node/index.d.ts but doesn't happen with https://esm.sh/[email protected]/dist/node/index.d.ts.
Vite 7.1.10 started to use subpath imports (vitejs/vite@d0094af) so maybe that is the cause.