We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yo v4.2.0 node v14.17.1 generator-jestr v0.1.2
With the following directory structure:
/ tests/ package.json .yo-rc.json
When inside tests/, running yo jestr creates a .yo-rc.json at tests/.yo-rc.json having printed the following:
tests/
yo jestr
.yo-rc.json
tests/.yo-rc.json
From here I believe yo should have traversed up the tree and found the root .yo-rc.json?
The text was updated successfully, but these errors were encountered:
Even running a yo command in the same directory as the .yo-rc.json, the CLI still prints force .yo-rc-json
force .yo-rc-json
Sorry, something went wrong.
Duplicate of yeoman/generator#1291
No branches or pull requests
yo v4.2.0
node v14.17.1
generator-jestr v0.1.2
With the following directory structure:
When inside
tests/
, runningyo jestr
creates a.yo-rc.json
attests/.yo-rc.json
having printed the following:From here I believe yo should have traversed up the tree and found the root
.yo-rc.json
?The text was updated successfully, but these errors were encountered: