Closed PhanVanLinh closed 5 years ago
I have a problem with run hello-world project After config project and run yarn run-mock --project hello-world, my screen only display
yarn run-mock --project hello-world
If I run, yarn run-dist --project hello-world. It open embedded player browser correctly
yarn run-dist --project hello-world
embedded player
I am using Mac Sierra 10.12.6 with node version (v11.10.1) and Chrome browser. Any help or suggestion would be great appreciated.
v11.10.1
This is because you cannot fetch user information in the mock mode.
I have a problem with run hello-world project After config project and run
yarn run-mock --project hello-world
, my screen only displayIf I run,
yarn run-dist --project hello-world
. It openembedded player
browser correctlyI am using Mac Sierra 10.12.6 with node version (
v11.10.1
) and Chrome browser. Any help or suggestion would be great appreciated.