csantanapr / grunt-cordovacli

Wraps web app with Cordova CLI using GruntJS
Apache License 2.0
60 stars 31 forks source link

dependance on cca #33

Open andrestraumann opened 8 years ago

andrestraumann commented 8 years ago

There is a problem with cordova>=6.0 and cca (dependence of grunt-cordovacli). According to https://www.npmjs.com/package/cca it is not being developed anymore, and it requires cordova<6.0, thereby causing npm to decide it should not be installed (although throws a warning about it).

Is cca required? What does it do? I got an error almost identical to one described here: https://github.com/npm/npm/issues/11207. Some issue with loading lodash that gets fixed with installing cca.