https://cypress.io logo
I need help. I just followed the 'The real world a...
# i-need-help
g
https://learn.cypress.io/real-world-examples/cypress-real-world-app-overview

https://cdn.discordapp.com/attachments/1105529078938869892/1105529079316348948/Screenshot_2023-05-09_at_17.16.30.png

m
Hi @gorgeous-butcher-63283 You may have more that one server running. Trying logging off and back on again, then start the server again with
npm run dev
.
g
Hello @many-airline-45402 . Thanks for your suggestion. I have tried them a few times but still didn't work.
I am getting totally white blank page.

https://cdn.discordapp.com/attachments/1105529078938869892/1105568175703216238/Screenshot_2023-05-09_at_19.44.25.png

https://cdn.discordapp.com/attachments/1105529078938869892/1105568176030351502/Screenshot_2023-05-09_at_19.52.19.png

m
It looks like you have cloned the wrong repository. It is a little confusing. Try
git clone --branch start https://github.com/cypress-io/cypress-realworld-testing-course-app.git
instead. There are some updates being made at the moment, so if you can afford to wait a couple of days you may have a better experience if you wait before cloning.
If you can't wait, then pay attention to the workaround to install in https://github.com/cypress-io/cypress-realworld-testing/issues/236
g
Hi @many-airline-45402 Thank you. I have already finished doing exercise the one you sent me. I am trying to do the https://learn.cypress.io/real-world-examples/cypress-real-world-app-overview. git clone git@github.com:cypress-io/cypress-realworld-app.git
I have seen your suggestion. I will try that now and get back to you. Thank you @many-airline-45402
m
Sorry for the misunderstanding. According to the error you posted you need to downgrade to Node.js 16. Let me check in parallel.
So the https://github.com/cypress-io/cypress-realworld-app (RWA) repository contains a file https://github.com/cypress-io/cypress-realworld-app/blob/develop/.node-version
16.16.0
and you must use this version of Node.js in order to install the repository with
yarn
.
g
I also have downgraded to node.js 16. The instruction suggested that to use yarn instead of npm. So I have installed yarn install / yarn dev
m
If you didn't read it already, then it would be good to read also https://github.com/cypress-io/cypress-realworld-app/blob/develop/README.md
g
Finally, I got it @many-airline-45402 . Thank you
m
@gorgeous-butcher-63283 Thanks for highlighting your difficulties. I have submitted a new Pull Request https://github.com/cypress-io/cypress-realworld-testing/pull/285 to make the training materials clearer about the prerequisites of Yarn Classic and Node.js
16.16.0
.
3 Views