Closed thucnc closed 9 years ago
Probably need node --harmony index.js
Thanks Matt, now I have a problem running nightmarejs on linux server (it does not do anything even throw exception/error). I guess I have the same problem as issue #228 . Please help
closing as a dupe of #228
Hello, I'm a newbie of nightmare, got this error: "Syntax error: unexpected identifier" for the below code var nightmare = Nightmare(); function login () { var a = yield nightmare .goto('http://somewebpage.com') } Anyone can help.