how to request angular version that is lower than default with angular-meteor -
i'm trying use third party commercial js library in angular-meteor project vendor informed me, support angular version 1.3.11
is there way install urigu:angular-meteor specific version of angular?
according meteor documentation can set version using @= should that:
meteor add angularjs:angular@=1.3.11 however, doing might have versions conflict that:
>meteor add angularjs:angular@=1.3.11 => errors while adding packages: while selecting package versions: error: potentially incompatible change required top-level dependency: urigo:angular 0.6.8, 0.8.4. constraints on package "urigo:angular": allow potentially incompatible changes top-level dependencies, must pass --allow-incompatible-update on command line. so have here few alternatives:
- downgrade urigo:angular: think not option, there might major changes since package pretty new.
- convince vendor "take risk"
since angular more mature angular-meteor , 1.3.11 1.3.15 should not have breaking changes, option have clear advantage.
if wish use first option, add --allow-incompatible-update command line.
Comments
Post a Comment