caitp / karma-coveralls

A Karma plugin to upload coverage reports to coveralls.io
65 stars 13 forks source link

Fails to install on latest NodeJS v10 #42

Closed webdevbyjoss closed 6 years ago

webdevbyjoss commented 6 years ago

Getting this while running yarn install:

 error lcov-result-merger@2.0.0: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
 error Found incompatible module
caitp commented 6 years ago

Looks like they fixed this in v3.0.0 (https://github.com/mweibel/lcov-result-merger/releases) --- If you send a pull request to update the dependency, I'll publish the new version.

webdevbyjoss commented 6 years ago

Looks like its just as simple as https://github.com/caitp/karma-coveralls/pull/43