Skip to content
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

added babel-core to install step in Lesson 5 to fix error #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

svodnik
Copy link

@svodnik svodnik commented Nov 7, 2017

Students were encountering an error in this lesson, and one of them researched and found a solution here:
https://stackoverflow.com/questions/35215461/error-in-cannot-find-module-babel-core-using-react-js-webpack-and-express-s
Because this workshop uses Browserify and not Webpack, it looks like babel-loader is not needed, but babel-core is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant