-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the App in the Browser #5
Comments
I faced with same your problem. I solved it by cloning the codes from client branch. But the server is not work, I'm trying to find why |
I have just solved the problem in which the server does not work by using code in solution branch. |
I had this issue too. When Scott says make sure you are in client branch before running the project he is referring to the git branch and not the project folder. When you run these videos on a faster speed like I do its easy to miss something like that. For me a simple git checkout client (check the VSCODE UI bottom left has changed or a git branch to see if it was correctly changed over) |
I'm facing the exact same problem even if i'm on the client branch... white browser window. I tried: same issue... :/ |
@kaboumk Same issue here. Tried almost everything, including installing via npm and yarn, and being on the client branch. Still not working. |
It worked!! Go to the client branch, before you install any dependencies. |
I am facing the same issue,
Server running at http://localhost:1234 |
If you are facing the problem like me , I have solved my problem with this: { |
If you are on video
Then open the browser on http://localhost:1234/ and get coding. |
@williamrjribeiro's solution didn't quite work for me, I had to add a
|
I tried various things but the one that worked for me was:
|
I am currently working on windows. I was using node v.18 and when I tried to run 'npm i' there was an error with Python. 'npm ERR! gyp ERR! find Python' . The solution was to install python according the documentation and run npm install again. After that everything works fine. Also saw link https://nodejs.org/en/docs/meta/topics/dependencies/ . In gyp section there is python dependency.. Good luck |
@SimonPringleWallace your solution worked for me, thanks for posting it! |
So far-
Forked and cloned the App. Set it up through zsh terminal. Went into VS Code.
Tried running Yarn on the project. Yarn lock existed. SO eventually deleted lock. Then ran Yarn again. Got node modules and new yarn lock. Then Yarn app. Received Localhost:1234 running. Nothing showed on browser. cd into client and tried tried again on new port. still nothing. Either I'm doing something wrong. I'm studying the follow along, file structure looks right. Hmm Help
The text was updated successfully, but these errors were encountered: