Closed benbieler closed 9 years ago
Can you run bower from the commandline? And if so, what is the output of which bower
?
which bower
/usr/local/bin/bower
I've installed bower gobally: $ sudo npm install -g bower
But when I run following command in the root dir: tree | grep 'bower'
nothing appears...
Does anybody know why? :)
Since the default location for bower is /usr/bin/bower
, you have to overwrite the bower location, see the configuration reference for more info
Every time I run the command: 'composer update' the following happens:
It seems like bower is not properly installed, but if I install it: $ sudo npm install -g bower --no-bin-links, and then update composer again, the same error apears.
I would be very happy if someone could help out, because this has been an issue, that i've been trying to solve for quite some time now. :)