globby
globby copied to clipboard
`Module '"fast-glob"' has no exported member "Entry"` error when transpiling TypeScript
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:
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.