crypto-com / chain-desktop-wallet

Crypto.com DeFi Desktop Wallet
https://crypto.com/defi-wallet
Other
363 stars 112 forks source link

yarn start && yarn build produces an app with errors #1416

Open EAG-es opened 4 months ago

EAG-es commented 4 months ago

I have followed the instructions to rebuild the wallet And I got errors that I cannot solve

image

I am running in Linux Mint Node version v16.16.0 Yarn version 1.22.1

crypto-matto commented 4 months ago

Hi @EAG-es, did you adjusted any config settings while compile? e.g. contextIsolation

Guess you're compiling with the command yarn run electron:dev ? It is also worth mentioning that there's no guarantee that it can be compiled on watch mode with OS other than Mac & Windows.

On Mac, it can be compiled with yarn run electron:dev On Windows, it can be compiled with yarn run electron:windev

On Linux Mint, while it could be possible by adjusting some build command, I don't have an answer for you at the moment.