Rich-Harris/phonograph

install error

Opened this issue · 2 comments

weepy commented

hiya when I download this and run npm i, i get the following error

src/index.ts → dist/phonograph.es.js, dist/phonograph.umd.js...
(!) Circular dependency: src/Clone.ts -> src/Clip.ts -> src/Clone.ts
created dist/phonograph.es.js, dist/phonograph.umd.js in 655ms

> phonograph@1.6.0 build-declarations /Users/jonahfox/Downloads/phonograph-master
> tsc -d && node scripts/move-type-declarations.js

Files:           28
Lines:        37652
Nodes:       171585
Identifiers:  57902
Symbols:      50673
Types:        14499
Memory used: 95094K
I/O read:     0.02s
I/O write:    0.01s
Parse time:   0.49s
Bind time:    0.25s
Check time:   1.08s
Emit time:    0.12s
Total time:   1.94s
internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module '/Users/jonahfox/Downloads/phonograph-master/scripts/move-type-declarations.js'

Am I doing something wrong ?

weepy commented

Everything still builds so perhaps not such a big problem

Right. The same exact error message is received.