-
Notifications
You must be signed in to change notification settings - Fork 839
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
Blank page when I navigate to localhost #11
Comments
Here is my log file: VM34:6 Error executing AG js: ReferenceError: e is not defined |
Did you see this error?
|
By the way, I just ran into a similar issue, I figured out it was my version of NODE that I was running 10.0.0. After downgrading to 8.11.1 everything worked out fine. I am not sure if this is the same issue you have but worth a shot.
|
Here is my machine settings,
So what I did was simple, just remove the locked dev-dependencies of node-sass and sass-loader from
fixed everything for me. here check my fork of the project, this commit shows the diff in my I hope this fix it for you as well. |
I have everything installed and built, zero errors but when I do yarn start and browse to localhost:4000 all i see is a blank page.
The text was updated successfully, but these errors were encountered: