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

SyntaxError: Unexpected identifier with 0.26.2 for any input #686

Closed
rla opened this issue Jun 23, 2012 · 6 comments
Closed

SyntaxError: Unexpected identifier with 0.26.2 for any input #686

rla opened this issue Jun 23, 2012 · 6 comments

Comments

@rla
Copy link

rla commented Jun 23, 2012

When trying to start jade command I get SyntaxError: Unexpected identifier at
https://github.com/visionmedia/jade/blob/master/bin/jade#L62

Here is full stacktrace:

raivo@darkstar:~/infdot-com$ jade

undefined:1
t],[object Objec
^^^^^^
SyntaxError: Unexpected identifier
    at Object.<anonymous> (/usr/local/lib/node_modules/jade/bin/jade:62:59)
    at Module._compile (module.js:449:26)
    at Object..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function._load (module.js:312:12)
    at module.js:487:10
    at EventEmitter._tickCallback (node.js:238:9)

jade 0.26.1 gives following

raivo@darkstar:~/infdot-com$ jade
html
<html></html>raivo@darkstar:~/infdot-com$ 

My environment:

node 0.7.9

@rs459
Copy link

rs459 commented Jun 24, 2012

Exactly the same problem for me.

git bisect say : 465057e is the first bad commit

@samccone
Copy link
Contributor

+1

Node
v0.6.19

Jade
v0.26.2

OSX Lion

a fix

#688

@gut4
Copy link

gut4 commented Jun 25, 2012

+1

@tedeh
Copy link

tedeh commented Jun 25, 2012

+1 - same setup as @samccone

@goloroden
Copy link

+1 - Node: 0.8, Jade: 0.26.3, OSX Lion

Please note: 0.26.1 is broken as well (at least for me), 0.25.0 and below works.

@ForbesLindesay
Copy link
Member

This is old, I hope fixed, let me know it it's not.

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

7 participants