-
Notifications
You must be signed in to change notification settings - Fork 142
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
How to verify problem 8? #103
Comments
I'm getting this same issue too |
Same issue here to |
learnyoureact verify is not working https://github.com/kohei-takata/learnyoureact/issues/103<Paste>
same issue! |
Same problem ! can anyone help ? |
+1 |
Same issue. Even copy/pasted the solution files and got failed verification |
is still still happening? what are the solutions that failed verification? I've just completed the tutorial and have been able to verify properly. |
I copy pasted the same things as the solution repo and still had verification errors. I don't know why |
this is my package.json: { are the dependencies the same? |
Mine's this:
It would seem the only difference is |
+1. I'm getting the same error during verification as in the screenshot above. Knowing little about React, it does look like something caused by latest React version producing different HTML than the workshop expects. |
yes I would try to install that version that i have posted considering how react has been going through some major changes |
Just a quick note to say I resolved this problem by deleting my node_modules folder, replacing the dependencies list in my local package.json with the one from the repo itself then running |
also had to revamp dependencies in package.json because of incompatibilities with the official solution being written for an older version of react (???) see: workshopper/learnyoureact#103
Funciona, borrando la carpeta de node_modules luego npm install como dice @rossb |
setting your package json to 0.14.0 for react and react-dom packages (effectively, removing the ~), also works. Maybe there should be a notice put on the read me about this? |
@rossb 's suggestion solves it. It was literally right in front of us lol! Thanks for the reality check, mate. |
I have a problem with this one, I managed to verify solution, code is being copied from solutions dir. But I see proper html file only after first page load and then when I reload or I try to navigate to /bundle.js I see this error in console:
I use @rossb's dependencies |
@hanskoff |
im getting the same error as @hanskoff when I verify it works but when I run node program.js |
@krischamp @nharrisanalyst |
Changing the following worked for me.
replace with:
|
Hi, I'm having an issue with learnyoureact Isomorphic exercise. I continue to get an error: var body = DOM.body; Can you assist? Thanks |
@mjohnson518 Have you tried this: #103 (comment)? |
I see the HTML outputted is the right answer but by running learnyoureact verify I get the following error:
The text was updated successfully, but these errors were encountered: