Open haipham23 opened 8 years ago
hey @haipham23 i'll try to recreate the issue tonight
hey @haipham23 sorry i haven't been around. your issue is being caused by the mquandalle-bower package getting upset when it can't find a dependencies list in bower.json of the package being installed. it seems to be a known issue but it isn't one that is going to be fixed https://github.com/mquandalle/meteor-bower/issues/107
it also looks like mquandalle-bower won't be supporting meteor 1.3
removing mquandalle-bower and replacing it with bozhao:bower solves this issue but meteor still won't build because it freaks out trying to process the angularjs-slider demo files:(
you could repackage the bower components and publish them to atmosphere, but that's a bit of a pain
i'll attempt to find a better solution
With Meteor 1.3 Bower is deprecated in favour of NPM, although this doesn't really solve the problem.
I install package using bower, such as:
bower install --save angularjs-slider
Then I runmeteor
and get the following message