multiversx / mx-utils-dapp

4 stars 3 forks source link

After yarn install and yarn start there is an error #115

Open Mandy9943 opened 1 month ago

Mandy9943 commented 1 month ago

All is white screen and in the console there is an error.

image

radumojic commented 1 week ago

Hello!

There might be a compatibility issue with node/the build system here.

If you relace the line here: https://github.com/multiversx/mx-utils-dapp/blob/main/vite.config.ts#L32 with: process: { ...process, env: process.env }

are you able to start the project ?