Skip to content

canary build doesn't work #14

Open
@harrykao

Description

@harrykao

I've installed dalekjs-canary and I see this when I try to run a test:

>> ERROR: Error: Cannot find module 'dalek-internal-webdriver-canary-canary'

If I open dalek-driver-native-canary/index.js and change this:

WD = require('dalek-internal-webdriver-canary-canary');

to this:

WD = require('dalek-internal-webdriver-canary');

it works.

I'm not sure how this is happening since the code in git looks fine.

I'm on OS X 10.9.2.

$ dalek -v
DalekJS CLI Tools Version: 0.0.4
DalekJS Canary local install: 0.0.8-2014-05-29-16-57-54
Brought to you with love by: Sebastian Golasch (@asciidisco) 2013

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions