Can't run mobile client on locally

hi,
I have tried to install the latest version of mobile client on my local machine. but it seems doesn’t work. here is the error:


how to solve this?
cc: @janjongboom

regards,

Hi @desnug1,

Can you try rolling back the mobile client repo to this commit? fc0a6fe7cf313530a492b396a73ebce94eea9b19

git reset --hard fc0a6fe7cf313530a492b396a73ebce94eea9b19

And then try the build instructions again?

Please let me know how that goes,
Jenny

Hi @desnug1 You need to run with:

NODE_ENV=development npm run start

This was omitted from the readme when we updated the repo :slight_smile: Will add it back!

1 Like