-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
npm: Add force flag #8885
npm: Add force flag #8885
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @abakanovskii , thanks for the contribution!!
There's a couple of adjustments needed, but other than that it looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8893 🤖 @patchback |
* Add force flag for nmp module * Add CHANGELOG fragment * Add force to cmdrunner * Update CHANGELOG * Add comma (cherry picked from commit 38479ee)
@abakanovskii thanks for your contribution! |
npm: Add force flag (#8885) * Add force flag for nmp module * Add CHANGELOG fragment * Add force to cmdrunner * Update CHANGELOG * Add comma (cherry picked from commit 38479ee) Co-authored-by: alexander <[email protected]>
* Add force flag for nmp module * Add CHANGELOG fragment * Add force to cmdrunner * Update CHANGELOG * Add comma
SUMMARY
Add
--force
flag for nmp moduleFixes #8678
ISSUE TYPE
COMPONENT NAME
nmp
ADDITIONAL INFORMATION
It seemed easy to implement without breaking backward compatibility