LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there some way to choose which version of Node is used?

slippedandmissed opened this issue · comments

I think by default it uses v10.15.3, but I need to use SubtleCrypto which was only added to node in I think v15.0.0. Is it possible to get LiquidCore to use a later version of node?

Thanks for any help you can give me.

Didn't manage to use a newer node version but I did find this npm package @peculiar/webcrypto which let me use subtlecrypto. As such I'll close the issue.