-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Issue with Node 8 - SyntaxError: Unexpected token ...
in browser
#804
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
Comments
Can you run |
That worked! Not sure if I messed up the packages installation while switching Node versions or misunderstood the build/installation process. |
yep that's odd, |
I don't see any |
it's |
This was referenced Oct 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're running version >=1.1.2 of Parse Dashboard.
You're running version >=2.6.5 of Parse Server (using docker image from Docker hub)
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Using latest LTS Node release.
Steps to reproduce
Using the latest git repo from master or downloading from npm as global cli:
Logs/Trace
In the browser Dev console you get:
Looks like the JS bundle is returning an HTML webpage
<script src="/bundles/dashboard.bundle.js"></script>
instead of the JS file.The text was updated successfully, but these errors were encountered: