lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

CLI installation error: @types/estree@0.0.45.js would be overwritten #76

Open nkia-christoph opened 3 years ago

nkia-christoph commented 3 years ago

When installing the cli I get an error. (deno 1.11, win10)

error: TS5056 [ERROR]: Cannot write file 'https://cdn.dreg.dev/package/@types/estree@0.0.45.js' 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

egovelox commented 3 years ago

Same error with Deno 1.11.5 Had to add --no-check, which is a bit painful !