coreyphillips / moonshine

Moonshine is a homebrewed, open-source, non-custodial, Bitcoin wallet for iOS & Android.
https://moonshinewallet.com/
MIT License
70 stars 33 forks source link

Ubuntu 18.04 yarn install error #79

Closed hungyu99 closed 3 years ago

hungyu99 commented 3 years ago

Ubuntu 18.04 yarn install error

z11

May I ask what is the problem? Excuse me, thank you!

coreyphillips commented 3 years ago

Hey @hungyu99, looks like you may need to upgrade node to a version that's greater than or equal to version 10. I would recommend using something like nvm so you can swap to different versions as needed. (Ex: nvm install 12 && nvm use 12).