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

Node 8.9.0 causes browser.pause() to error #4574

Closed
millerick opened this issue Nov 7, 2017 · 1 comment
Closed

Node 8.9.0 causes browser.pause() to error #4574

millerick opened this issue Nov 7, 2017 · 1 comment

Comments

@millerick
Copy link

millerick commented Nov 7, 2017

Bug report

  • Node Version: 8.9.0
  • Protractor Version: 5.2.0
  • Angular Version: 1.5.10
  • Browser(s): chrome
  • Operating System and Version OSX 10.12.6
  • Output from running the test
[17:25:16] I/protractor -
module.js:538
    throw err;
    ^

Error: Cannot find module '_debugger'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/src/lending/test/e2e/node_modules/protractor/built/debugger/debuggerCommons.js:1:82)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
  • Steps to reproduce the bug
    • Take an existing test and add browser.pause() within the test.
    • Observe the error message seen above while the test otherwise functions normally.
@wswebcreation
Copy link
Contributor

Closing because double #4307

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

No branches or pull requests

2 participants