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 run --check main.ts
error: Failed resolving types. Failed resolving package subpath for 'npm:[email protected]' in '/Users/david/dev/scratch/node_modules/micromatch'.
at file:///Users/david/dev/scratch/main.ts:1:22
% deno info main.ts
local: /Users/david/dev/scratch/main.ts
emit: /Users/david/Library/Caches/deno/gen/file/Users/david/dev/scratch/main.ts.js
type: TypeScript
dependencies: 1 unique
size: 63B
file:///Users/david/dev/scratch/main.ts (63B)
├── file:///Users/david/dev/scratch/node_modules/micromatch/index.js (unknown)
└── Failed resolving package subpath for 'npm:[email protected]' in '/Users/david/dev/scratch/node_modules/micromatch'. (resolve error)
scratch % deno run --check main.ts
error: Failed resolving types. Failed resolving package subpath for 'npm:[email protected]' in '/Users/david/dev/scratch/node_modules/micromatch'.
at file:///Users/david/dev/scratch/main.ts:1:22
The text was updated successfully, but these errors were encountered:
npm install
deno run main.ts
-- okdeno run --check main.ts
-- failThe text was updated successfully, but these errors were encountered: