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
deno install -A --unstable https://cdn.depjs.com/dep/bin/dep.ts
error:
error: TS2322 [ERROR]: Type 'boolean | RegExp' is not assignable to type 'RegExp'.
Type 'boolean' is not assignable to type 'RegExp'.
const regex: RegExp = minimatch.makeRe(pattern.trim(), {dot: true, nocase: true})
~~~~~
at https://cdn.depjs.com/[email protected]/lib/utils/filter.ts:124:10
The text was updated successfully, but these errors were encountered:
env:
command:
error:
The text was updated successfully, but these errors were encountered: