Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking dependency globby@10.0.1 #77

Open
alexdhill opened this issue Feb 19, 2024 · 3 comments
Open

Breaking dependency globby@10.0.1 #77

alexdhill opened this issue Feb 19, 2024 · 3 comments

Comments

@alexdhill
Copy link

This globby@10.0.1 depends on @types/glob instead of glob which breaks node autoimporting. This can be fixed with globby@^11.0.0 to allow node builds to work correctly.

@vojvodics
Copy link

Is there any workaround for this?

@HatemMn
Copy link

HatemMn commented May 27, 2024

Hello ! I am having the same issue !

I get the error : rollup-plugin-copy Module '"glob"' has no exported member 'IOptions'.

Will there be a fix for this ?

@HatemMn
Copy link

HatemMn commented May 27, 2024

For info, the method provided by @alexdhill did not work for. Even if I specify globby@^11.0.0 I get the same error :

node_modules/rollup-plugin-copy/node_modules/globby/index.d.ts:1:9 - error TS2305: Module '"glob"' has no exported member 'IOptions'.

1 import {IOptions as NodeGlobOptions} from 'glob';
          ~~~~~~~~


Found 1 error in node_modules/rollup-plugin-copy/node_modules/globby/index.d.ts:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants