-
Notifications
You must be signed in to change notification settings - Fork 300
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
samples/universal-material-ui - gulp dev fails with Unhandled rejection SyntaxError: #129
Comments
The reason for this is that our samples are always up to date with latest packages in the repo. To checkout a version of the samples that are up to date with the published packages, use the git tags for the Also, you can run the samples with electrode packages come from the repo directly, by doing this:
We will update our README to reflect this. Thanks for reporting the issue. |
actually I just did npm install with all of our published packages in the latest material-ui sample on OSX and it works. Maybe it's something with windows. |
Looks like this guy had the issue as well? electrode-samples/electrode-react-sample-material-ui#2 I assume it builds in linux or mac osx? |
yes, this is due to windows path |
Looks like that fixed it. gulp dev runs, site comes up locally on Windows. Thanks! |
Did a fresh pull of electrode repo this morning, gulp dev fails.
Running on Windows 10
Node v6.9.4
npm 3.10.10
Quick search says this or something similar to #31
But that says fixed and it doesn't appear to be fixed :)
The text was updated successfully, but these errors were encountered: