meow validateFlags Error: Flag keys may not contain '-': same-file xxx
See original GitHub issueos: macOS 11.1 node: v12.13.1 npm: v6.12.1
start
- Install according to the documentation
npm install -g conventional-changelog-cli
- Execute the command
cd project
conventional-changelog -p angular -i CHANGELOG.md -s
error logs
So, following the message prompt, I located the latest ban b that was referencing the library meow
v8.1.1 update function validateFlags
, add judgment condition flagKey !== '-'
, This will conflict with flags of conventional-changelog-cli
conventional-changelog-cli/cli.js
temporary solution
yarn add meow@8.0.0
I hope to fix the problem soon
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:7
Top Results From Across the Web
conventional-changelog - Bountysource
It would be nice for the git-latest-semver-tag library to have a helper that ... meow validateFlags Error: Flag keys may not contain '-':...
Read more >2021年07月_weixin_39562554的博客
附录:英文资料及翻译Computer-Aided Design CADA CAD system is basically a design tool in which the computer is used to analyze various aspects ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should now be resolved following the release of meow 8.1.2 which reverted the breaking changes. I suggest either fixing the meow configuration so it passes validation (as it seems the current configuration format was never officialy supported), or at least pinning the dependency versions to avoid these issues in the future.
Same error, our CI pipeline is broken.