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
Error: node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'. node_modules/@types/glob/index.d.ts(74,30): error TS2724: '"node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'? node_modules/minimatch/dist/commonjs/ast.d.ts(4,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
It was previously removed in this commit for this particular issue: df7991c
@types/glob is unmaintained and really should be a devDep and not an actual dependency. This is the ticket in the past that spurred the commit right above: #266
The text was updated successfully, but these errors were encountered:
Error:
node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'. node_modules/@types/glob/index.d.ts(74,30): error TS2724: '"node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'? node_modules/minimatch/dist/commonjs/ast.d.ts(4,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
Seems to be caused by the newest changes adding back @types/gob back to package.json in this commit: 88b5ea4#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
It was previously removed in this commit for this particular issue: df7991c
@types/glob is unmaintained and really should be a devDep and not an actual dependency. This is the ticket in the past that spurred the commit right above: #266
The text was updated successfully, but these errors were encountered: