shapeshift / hdwallet

A library for interacting with hardware wallets from JS/TS.
https://hdwallet.shapeshift.now.sh/
MIT License
208 stars 90 forks source link

fix: upgrade lerna #612

Closed 0xMillz closed 1 year ago

0xMillz commented 1 year ago

lerna depends on node-gyp and the old version of node-gyp does not work with Python 3 (File mode U is deprecated in Python 3), causing yarn install to fail:

ValueError: invalid mode: 'rU' while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hdwallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 14, 2023 5:31am
0xMillz commented 1 year ago

Closing due to lack of reviews/feedback