dext.ts
dext.ts copied to clipboard
CLI installation error: @types/[email protected] would be overwritten
When installing the cli I get an error. (deno 1.11, win10)
error: TS5056 [ERROR]: Cannot write file 'https://cdn.dreg.dev/package/@types/[email protected]' because it would be overwritten by multiple input files.
Pasting the url in the browser prompted a "Not Found". Also a newer version is available: https://libraries.io/npm/@types%2Festree/0.0.48
Same error with Deno 1.11.5 Had to add --no-check, which is a bit painful !