googlecreativelab/beat-blender

Many deprecated dependencies and error with Tonal (tonal-distance@^1.1.4)

Opened this issue · 2 comments

Hi,

I have tried to get beat blender to run locally, but have had not success with some of the depreciated dependencies and errors. Is it possible to remove or updated tonal-distance@^1.1.4 for 'tonal' ?

Error listed below:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for tonal-distance@^1.1.4
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'tonal'
npm ERR! notarget

Magenta and music VAE dependencies should be updated too.
npm WARN deprecated @magenta/protobuf@0.0.4: Please switch to @magenta/music
npm WARN deprecated @magenta/music-vae@1.1.5: Please switch to @magenta/music

Any help is appreciated.

Did you manage to make it work localy?

Not yet