I have installed a civicrm buildkit with vagrantbox and vagrant up correctly on windows, ubuntu server run and at d7-master.dev I am listening drupal civicrm all done ok.
as I try to generate module using civix extension builder such as:
in cmd:
civix generate:module org.civicrm.angularex
I got this error: [RuntimeException] Failed to determine INI file path.
I tried everything what I knew and what see by google nothing happens.such as :
php --ini
works but not resolve this error.
You just need to set the appropriate environment variable:
setx CV_CONFIG "%userprofile%\.cv.json"
and press Enter;civix civicrm:ping -vvv
.I gave further explanations about the reason in civicrm.stackexchange.