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
Hi, when I'm running tsc command in my app I'm getting error
node_modules/@types/glob/index.d.ts:29:42 - error TS2694: Namespace '"/node_modules/minimatch/dist/cjs/index"' has no exported member 'IOptions'.
29 interface IOptions extends minimatch.IOptions {
~~~~~~~~
node_modules/@types/glob/index.d.ts:74:30 - error TS2724: '"/node_modules/minimatch/dist/cjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?
74 minimatch: minimatch.IMinimatch;
~~~~~~~~~~
Found 2 errors in the same file, starting at: node_modules/@types/glob/index.d.ts:29
looks like it is because of outdated packages refs
Can you please check it and update to latest?
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi, when I'm running tsc command in my app I'm getting error
looks like it is because of outdated packages refs
Can you please check it and update to latest?
Thank you in advance
The text was updated successfully, but these errors were encountered: