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

crash on createFirstUser #12

Open
viegelinsch opened this issue Feb 11, 2014 · 1 comment
Open

crash on createFirstUser #12

viegelinsch opened this issue Feb 11, 2014 · 1 comment

Comments

@viegelinsch
Copy link

Hi,

after setting up th application on Ubuntu 13.10 and starting the app I get only

Warning: missing space before text for line 20 of jade file "/opt/sparkleshare-dashboard/views/createFirstUser.jade"
Error: /opt/sparkleshare-dashboard/views/createFirstUser.jade:21
19| script(type="text/javascript")
20| $("#login").focus(function() {

21| $("#loginlabel").fadeOut();
22| });
23| $("#login").blur(function() {
24| if ($("#login").val().length == 0) {

unexpected token "indent"
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:244:15)
at Parser.block (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:660:25)
at Parser.tag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:777:26)
at Parser.parseTag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:690:17)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:199:21)
at Parser.block (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:660:25)
at Parser.tag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:777:26)
at Parser.parseTag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:690:17)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:199:21)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:242:21)

Any idea how to fix this?

@realdadfish
Copy link
Owner

Hrm... no, sorry, I'm afraid. This software is largely unmaintained, though, and may not work with newer versions of jade, etc.

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

2 participants