-
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
Trouble running lesson 8 (supposedly Babel error) #104
Comments
+1 |
Had the same problem and solved it by following this suggestion. |
I'm seeing the same problem, and wiping my node_modules and reinstalling hasn't fixed it :/ Anybody made any headway with this? |
Are you using this dependencies versions? "dependencies": {
"babel": "^5.8.23",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"body-parser": "^1.15.2",
"browserify": "^13.1.1",
"express": "^4.14.0",
"express-react-views": "^0.9.0",
"react": "^0.14.0",
"react-dom": "^0.14.0"
} |
@delaguilaluis worked fine! Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! My setup is
node 4.4.4
andlearnyoureact 0.11.6
.I have trouble running my project in browser starting with lesson 8. Code verifies successfully, but when I try to load page, I constantly get an error (both in 8 and 9 lessons):
Looks like a Babel error, so I've tried to downgrade to
babel 5.8.23
from5.8.38
but to no avail.Also, when I run
npm list
I get peer invalid messages:Anyone saw something like this? What should I do?
Thanks!
The text was updated successfully, but these errors were encountered: