sindresorhus / globby

User-friendly glob matching
MIT License
2.51k stars 130 forks source link

`Module '"fast-glob"' has no exported member "Entry"` error when transpiling TypeScript #195

Closed kimlimjustin closed 10 months ago

kimlimjustin commented 2 years ago

I installed globby as a dependency of the lerna dependency on my project and this causing my program to failed transpiling (TS to JS) with the following error: image

The version of globby here is 11.0.4 (I knew it from opening the package.json from the node_modules folder.

Things I tried:

sindresorhus commented 10 months ago

It's there now at least: https://github.com/mrmlnc/fast-glob/blob/4b71e29a69453931842642fd6b16778c46137a9f/src/index.ts#L17