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.
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.