-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Docs] Provide a getting-the-latest-changes section #2468
Comments
We will soon release v0.14-rc2. Otherwise, you can add |
Thanks. |
Looks like the source does not get built with that version... `ERROR in ./modules/DummyApp/client/components/DummyApp.jsx ERROR in ./modules/DummyApp/client/components/DummyApp.jsx ERROR in ./modules/DummyApp/client/components/Header.jsx |
seems like webpack cannot resolve material-ui. are you sure it's inside a node_modules folder somewhere? |
Yes but there is ni lib folder when installing master |
Oh I get it now! you need to build the src folder. do the following:
we really need to document this! don't close this issue please. |
|
I really need some of the recent fixes. Is there a way I can get them, like 'installing' master instead if a tagged release or something? Also is there an easy way to get a specific fix into my dev environment?
The text was updated successfully, but these errors were encountered: