dalekjs / dalek-browser-chrome

[unmaintained] Chrome Browser bindings for DalekJS
MIT License
15 stars 9 forks source link

Dalek fails when using -b chrome #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

$ dalek mytest.js -b chrome Running tests ERROR: TypeError: Cannot read property 'setBrowser' of null

This is the error I get when trying to test with Chrome. I have installed dalek-browser-chrome, and added it to my dalekfile. Any time I try and run a test on Chrome, I get the above error.

Also, I am on mac osx 10.9.

Edit: Just figured out the issue. There wasn't anything on this in the documentation, but I didn't install the dalek-browser-chrome module in the correct node_modules directory. They have to go in the /node_modules/dalekjs/node_modules/ directory.