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

Error: Cannot find module 'zombie' #175

Closed
jhedstrom opened this issue Jun 9, 2015 · 5 comments
Closed

Error: Cannot find module 'zombie' #175

jhedstrom opened this issue Jun 9, 2015 · 5 comments

Comments

@jhedstrom
Copy link
Member

This is using a default install, setup via yo gadget.

  @api @javascript
  Scenario: Ensure the Reports page is loaded into an overlay when the Reports   # features/example.feature:20
    menu item is clicked.
    Given I am logged in as a user with the "administrator" role                 # Drupal\DrupalExtension\Context\DrupalContext::assertAuthenticatedByRole()
      Server process has been terminated: (8) [
      module.js:340
          throw err;
                ^
      Error: Cannot find module 'zombie'
          at Function.Module._resolveFilename (module.js:338:15)
          at Function.Module._load (module.js:280:25)
          at Module.require (module.js:364:17)
          at require (module.js:380:17)
          at Object.<anonymous> (/private/var/folders/ht/d5mpqc8j7ljblc_2xzbm3m400000gn/T/mink_nodejs_serverBjAkpy:2:16)
          at Module._compile (module.js:456:26)
          at Object.Module._extensions..js (module.js:474:10)
          at Module.load (module.js:356:32)
          at Function.Module._load (module.js:312:12)
          at Function.Module.runMain (module.js:497:10)
      ] (RuntimeException)
@peterschuelke
Copy link

I got the same error

@jhedstrom
Copy link
Member Author

Note the latest zombie.js doesn't appear to work with the mink zombie driver: minkphp/MinkZombieDriver#132

@grayside
Copy link
Contributor

grayside commented Mar 4, 2016

Potentially related to #125, or at least another sign that we consider something like #247

@arithmetric
Copy link
Collaborator

This should be fixed in v1.0.0-alpha1 and later due to upgrading MinkZombieDriver and zombie.js.

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

4 participants