Hi guys, I bought a mac few days ago, I set up my vagrant and homestead, and work perfectly.
The problem is: I have a gulpfile.js that run some tasks example, trigger tests on save etc... So running gulp test on my Mac terminal it should start the watcher,
but instead gulp work fine when it come to run phpspec command (I guess) it throw me an error
Starting 'test'...
[11:19:48] Finished 'test' after 5.45 ms
[11:19:49] You must set up the project dependencies, run the following commands:
curl -s http://getcomposer.org/installer | php
php composer.phar install
But I already installed composer globally via brew, if I type composer it show Up the composer commands.
Please guys, help me to fix this