You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fast-glob package does not export the Entry type, which results in build failures when using Rollup:
RollupError: "Entry" is not exported by "../../node_modules/.pnpm/globby@14.0.1/node_modules/fast-glob/out/index.d.ts", imported by "../../node_modules/.pnpm/syncpack@12.3.3_typescript@5.4.5/node_modules/globby/index.d.ts".
at getRollupError (.../node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/shared/parseAst.js:282:41)
globby/index.d.ts
Lines 1 to 2 in b0d7330
The
fast-glob
package does not export theEntry
type, which results in build failures when using Rollup:Because
fast-glob
exports a namespace:Source: https://www.npmjs.com/package/fast-glob?activeTab=code
The text was updated successfully, but these errors were encountered: