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

Syntax Error Loading HTML file #20

Closed
Jaliborc opened this issue May 9, 2017 · 3 comments
Closed

Syntax Error Loading HTML file #20

Jaliborc opened this issue May 9, 2017 · 3 comments

Comments

@Jaliborc
Copy link

Jaliborc commented May 9, 2017

Xel has been working great for me on one of my Windows 7 machines. Yet, I tried loading it on a different Windows 10 machine today. I get the following error when loading the html file:

xel.min.html:1 Uncaught SyntaxError: missing ) after argument list

I have tried installing different versions from npm (0.0.12 to 0.0.14). They all give this error. I am using xel on the same project with the same code on both machines, so I don't know where to go from here.

@jarek-foksa
Copy link
Owner

jarek-foksa commented May 9, 2017

Version 0.0.13 was broken and available just for few hours. Please make sure that in your package.json you have "xel": "^0.0.14", then remove <your_project_dir>/node_modules/xel/ directory and run npm install.

If it does not solve the problem, let me know whether <your_project_dir>/node_modules/xel/xel.min.html file actually exist.

Also, are you sure you are using the latest stable version of Chrome (or Electron) on that machine?

@Heziode
Copy link

Heziode commented May 11, 2017

I had the same problem with electron version 1.6.2.
After update to 1.6.6, problem is solved.

@jarek-foksa
Copy link
Owner

jarek-foksa commented May 11, 2017

@Heziode Thanks for letting me know.
@Jaliborc Please reopen this issue if you can still reproduce it.

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

No branches or pull requests

3 participants