Yes, a really annoying problem ... I did all kinds of things to make it work, and thatβs how I did her work in the end, believe it or not:
- Reboot the computer.
- In the
cd terminal, the directory containing the .gclient file - checkout Important note below if you have never used GYP before
gclient runhooks --force- profit
Important: You must also set the environment variable named GYP_GENERATORS to a value that displays the types of assembly projects. For example, to create NINJA and Microsoft Visual Studio assembly files (your case), do this if in the linux terminal export GYP_GENERATORS=ninja,msvs or Windows cmd setx GYP_GENERATORS ninja,msvs /M before step 4 . Thus, you control what types of projects will be created on the pens.
source share