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

canary build doesn't work #14

Open
harrykao opened this issue Jun 1, 2014 · 1 comment
Open

canary build doesn't work #14

harrykao opened this issue Jun 1, 2014 · 1 comment
Assignees

Comments

@harrykao
Copy link

harrykao commented Jun 1, 2014

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
@asciidisco asciidisco self-assigned this Jun 28, 2014
@asciidisco
Copy link
Member

Yep, this is a duplicate of some sorts (but you couldn't hardly knew about): dalekjs/dalek-build-tools#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants