globby icon indicating copy to clipboard operation
globby copied to clipboard

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

Open kimlimjustin opened this issue 3 years ago • 0 comments

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:

  • Installing the latest version of globby but the same error occurred.

kimlimjustin avatar Sep 25 '21 09:09 kimlimjustin