Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Remove ^ hats from dependencies #40

Open
bnolan opened this issue Nov 6, 2016 · 1 comment
Open

Remove ^ hats from dependencies #40

bnolan opened this issue Nov 6, 2016 · 1 comment

Comments

@bnolan
Copy link

bnolan commented Nov 6, 2016

The hats in the dependencies of the test-runner are installing an incompatible version of selenium-webdriver that has this error:

  return (new webdriver.WebDriver.Logs(browser))
          ^

TypeError: webdriver.WebDriver.Logs is not a function
    at Object.getTrace (/Users/bnolan/Work/runner/big-rig/test-runner/driver.js:88:11)
    at Object.<anonymous> (/Users/bnolan/Work/runner/big-rig/test-runner/runner.js:117:8)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Function.Module.runMain (module.js:441:10)
    at startup (node.js:139:18)
    at node.js:974:3```

 If you remove the hats and `npm install` it works again.
@bnolan
Copy link
Author

bnolan commented Nov 6, 2016

You might call is a caret instead of a hat. 😆

@bnolan bnolan changed the title Remove ^hats from dependencies Remove ^ hats from dependencies Nov 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant