unisat-wallet / extension

The first open-source browser extension wallet for Bitcoin NFTs
Other
874 stars 336 forks source link

can not yarn install #235

Open admin00001 opened 1 month ago

admin00001 commented 1 month ago

it throw error when i intsall with yarn install, my nodejs is v20.12.2, yarn is v1.22.22, plaform: macOS.

error /Users/xxx/projects/extension/node_modules/@unisat/wallet-sdk: Command failed.
Exit code: 127
Command: patch-package
Arguments: 

and then i use nodejs v16.20.2 with nvm. run yarn install ,it alse throw error that

error glob@11.0.0: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "16.20.2"
error Found incompatible module.

so what should i do?