My yeoman generator is almost ready to go, but it heavily relies on the .yo-rc.json file for important configurations. While it works fine when run from the project's directory, I encounter issues when trying to run it from another project, even after following all steps including npm link.
I have a feeling that I overlooked something crucial here, as I couldn't find any relevant information in the documentation. Do I need to configure a global .yo-rc.json file when installing my generator globally? Is there a step or setting that I missed?
Although I highly doubt it's relevant, just in case – I am developing this on Windows 7.
Appreciate any help!