jet2jet / js-synthesizer

Synthesizer library for web-based JS program, using with Web Audio or etc.
BSD 3-Clause "New" or "Revised" License
58 stars 8 forks source link

Can't install on node > 10 #4

Closed fletcherist closed 4 years ago

fletcherist commented 4 years ago

when running npm i js-synthesizer --save it throws the following

error js-synthesizer@1.5.2: The engine "node" is incompatible with this module. Expected version "10". Got "13.11.0"

could it be possible to allow not only node v10 but >10 too? https://github.com/jet2jet/js-synthesizer/blob/master/package.json#L24

thanks

fletcherist commented 4 years ago

now i'm using yarn install --ignore-engines and it helps somehow

jet2jet commented 4 years ago

Thanks for the report.

I fixed this in #5, and will publish the new version of js-synthesizer in about 1 hour.

Edit: I published as v1.6.0.