I'm trying to install x2js with bower, doing the following:
$ bower install x2js
In my computer when I do the bower install, I'm getting:
$ bower install x2js
bower x2js#~1.1.7 not-cached git://github.com/abdmob/x2js.git#~1.1.7
bower x2js#~1.1.7 resolve git://github.com/abdmob/x2js.git#~1.1.7
bower x2js#* not-cached git://github.com/abdmob/x2js.git#*
bower x2js#* resolve git://github.com/abdmob/x2js.git#*
bower x2js#~1.1.7 download https://github.com/abdmob/x2js/archive/v1.1.7.tar.gz
bower x2js#* download https://github.com/abdmob/x2js/archive/v1.1.7.tar.gz
bower x2js#~1.1.7 extract archive.tar.gz
bower x2js#* extract archive.tar.gz
bower x2js#~1.1.7 mismatch Version declared in the json (1.1.5) is different than the resolved one (1.1.7)
bower x2js#~1.1.7 resolved git://github.com/abdmob/x2js.git#1.1.7
bower x2js#* mismatch Version declared in the json (1.1.5) is different than the resolved one (1.1.7)
bower x2js#* resolved git://github.com/abdmob/x2js.git#1.1.7
bower x2js#~1.1.7 install x2js#1.1.7
x2js#1.1.7 public/lib/x2js
While in other computer:
$ bower install x2js
bower x2js#* not-cached git://github.com/abdmob/x2js.git#*
bower x2js#* resolve git://github.com/abdmob/x2js.git#*
bower x2js#* download https://github.com/abdmob/x2js/archive/v1.1.7.tar.gz
bower x2js#* extract archive.tar.gz
bower x2js#* mismatch Version declared in the json (1.1.5) is different than the resolved one (1.1.7)
bower x2js#* resolved git://github.com/abdmob/x2js.git#1.1.7
bower abdmob/x2js#~1.1.7 install abdmob/x2js#1.1.7
abdmob/x2js#1.1.7 public/lib/abdmob/x2js
In in my computer creates x2js folder, while in other computer is creating abdmob/x2js folders.
Both computers are using the same version of bower ( 1.6.5 ).
why is happening this ?