php - Why cant I run bin/behat? -
i trying run behat on vendor folder. have installed composer globally, have installed behat package, every time run bin/behat keep getting message composer
you must set project dependencies, run following commands: curl -s http://getcomposer.org/installer | php php composer.phar install i not sure how fix this. see files in vendor folder, , when type "composer" on terminal, see manual.
if can me resolve appreciate it. thanks!
there several possible problems leading situation:
- make sure
composerinstalled in$path. is, runningcomposer@ command prompt should work, , shouldn't need run explicit path~/downloads/composer.phar execute
composer installinstruction error message suggests. common error messagemcrypt php extension required
in case need install specified extension. example,
brew install php56-mcrypton mac orsudo apt-get install php5-mcrypton ubuntu.
Comments
Post a Comment