Skip to content
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

Always pass save flag depending on option #49

Closed
wants to merge 1 commit into from
Closed

Always pass save flag depending on option #49

wants to merge 1 commit into from

Conversation

aduth
Copy link

@aduth aduth commented May 8, 2020

Fixes #48

This pull request seeks to resolve an issue where the save option has no effect if using NPM >=5. See #48 for full debugging details.

With these changes, a --save or --no-save flag will always be provided to npm, depending on the option value. This is intended to work in both NPM >= 5, as well as NPM < 5, by not allowing any default behavior to take effect.

@aduth aduth closed this by deleting the head repository Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

save option has no effect in npm >=5
1 participant