Used the instructions athttps://docs.expo.dev/get-started/installation/. user1@user1-pc:~/tmp$ pnpm dlx create-expo-app --template user1@user1-pc:~/tmp$ cd expo-test-app-3 user1@user1-pc:~/tmp/expo-test-app-3$ pnpm run web This is the output: › Metro waiting on exp://1...
ive come to the part in the howto where you need to create one database and see if it replicates or not but i get this error mysql> create table test1 (i int) engine=ndbcluster; ERROR 1005 (HY000): Can't create table './foo/test1.frm' (errno: 4009) ...