Closed justinbmeyer closed 2 months ago
I cleaned node_modules and when I try to run the build, I get:
node_modules/@types/glob/index.d.ts:29:42 - error TS2694: Namespace '"/Users/justinmeyer/dev/jira-timeline-report/node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'.
29 interface IOptions extends minimatch.IOptions {
~~~~~~~~
node_modules/@types/glob/index.d.ts:74:30 - error TS2724: '"/Users/justinmeyer/dev/jira-timeline-report/node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?
74 minimatch: minimatch.IMinimatch;
~~~~~~~~~~
node_modules/minimatch/dist/commonjs/ast.d.ts:4:5 - error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
4 #private;
~~~~~~~~
Found 3 errors in 2 files.
Errors Files
2 node_modules/@types/glob/index.d.ts:29
1 node_modules/minimatch/dist/commonjs/ast.d.ts:4
Previously,
node node_modules/vitest/vitest.mjs
wasnpm test