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
New install, unsure what is broken, but getting error:
Analyzing workspace (packages/temporary-common)...
file:https:///Users/gajus/Developer/contra/gaia/node_modules/.pnpm/[email protected]/node_modules/knip/dist/plugins/vitest/helpers.js:25
return reporters ? reporters.filter(reporter => !builtInReporters.includes(reporter)) : [];
^
TypeError: reporters.filter is not a function
I added console.log to getExternalReporters to see what is the value of reporters and it prints:
New install, unsure what is broken, but getting error:
I added
console.log
togetExternalReporters
to see what is the value ofreporters
and it prints:Our configuration:
The text was updated successfully, but these errors were encountered: