dalekjs / dalek-cli

[unmaintained] Command line runner for dalekjs testing framework
MIT License
25 stars 7 forks source link

dalekjs error on running any tests scripts on Ubuntu #6

Closed crisryantan closed 10 years ago

crisryantan commented 10 years ago

Hi i've been using a lot of dalekjs in my companies mac, but when I try it in ubuntu I get this error when running any scripts

~/Desktop/test $ dalek test.js Running tests Running Browser: PhantomJS

ERROR: SyntaxError: Unexpected token E ~/Desktop/test $

I have followed all the instructions properly in installing dalekjs the same way I have installed it in my mac and this is the first time I get this kind of error. Can you guys tell me if I missed installing something to make dalekjs run? Thanks!

asciidisco commented 10 years ago

A few people experienced this recently. In the end it turned out to be related to another npm hickup.

A npm cache clean & reinstall of dalek & all the dalek related modules should solve the problem.