Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Can't run test suite #178

Closed
skoblenick opened this issue Jul 7, 2018 · 0 comments · Fixed by #179
Closed

Can't run test suite #178

skoblenick opened this issue Jul 7, 2018 · 0 comments · Fixed by #179

Comments

@skoblenick
Copy link
Contributor

  1. Remove node_modules and bower folders
  2. Run npm install
  3. Install bower, npm install -g bower`
  4. Run bower install
  5. Run npm test

Results

> angular-jwt@0.1.10 test ~/repos/angular-jwt
> gulp test-src

~/repos/angular-jwt/node_modules/socket.io/lib/store.js:35
Store.prototype.__proto__ = EventEmitter.prototype;
                                         ^

TypeError: Cannot read property 'prototype' of undefined
    at Object.<anonymous> (~/repos/angular-jwt/node_modules/socket.io/lib/store.js:35:42)
    at Module._compile (module.js:643:30)
    at Object.Module._extensions..js (module.js:654:10)
    at Module.load (module.js:556:32)
    at tryModuleLoad (module.js:499:12)
    at Function.Module._load (module.js:491:3)
    at Module.require (module.js:587:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (~/repos/angular-jwt/node_modules/socket.io/lib/manager.js:16:13)
    at Module._compile (module.js:643:30)
npm ERR! Test failed.  See above for more details.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant