ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

Udpate karma version in package.json

Open hongyanh opened this issue 7 years ago • 1 comments
trafficstars

When I was trying to use gulp to build the project, there is a dependency issue cased by outdated karma package:

Store.prototype.__proto__ = EventEmitter.prototype;
                                         ^
TypeError: Cannot read property 'prototype' of undefined

After updated karma version from 0.12.16 to 2.0.4 in package.json file, the error is gone when I build the project.

hongyanh avatar Jul 19 '18 02:07 hongyanh

Updating to karma 3.0.0 also works.

andrewkittredge avatar Aug 14 '18 19:08 andrewkittredge