Problem with Gulp serve
Hi
I have installed bower, npm . And worked fine.
When I am trying to do gulp serve , at the same time I am getting the below error...
/Users/MyUser/Downloads/ani-theme-master/node_modules/socket.io/lib/store.js:35 Store.prototype.proto = EventEmitter.prototype; ^
TypeError: Cannot read property 'prototype' of undefined
at Object.
For Information:
OS : Mac OS Sierra npm version : 4.0.5 gulp version : 3.9.1 bower version : 1.8.0
I'm also facing the same issue. Followed the sequence as told in the readme.
gulp serve produces the same error for me as well.
Environment: OS: Windows 10 npm version : 4.5.0 gulp version : 3.9.1 bower version : 1.8.0
update Karma
npm uninstall karma
npm install karma --save
See #11