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

use recommended omit rather than only on npm install #33

Merged
merged 2 commits into from
Apr 7, 2023

Conversation

patrickfatrick
Copy link
Contributor

@patrickfatrick patrickfatrick commented Feb 24, 2023

This extension displays the below NPM warning, which makes it seem like something went wrong upon instantiating.

ERROR(npm install): npm WARN config only Use `--omit=dev` to omit dev dependencies from the install.

Although --only is still supported it's been deprecated and is no longer documented as of v7. This PR simply changes it to the now-recommended --omit flag.

@robb-j
Copy link
Owner

robb-j commented Feb 27, 2023

Hey, thanks for your PR, it makes sense and is well motivated! I can't fully review it right now but can hopefully get to it soon.

@robb-j
Copy link
Owner

robb-j commented Apr 7, 2023

Thanks for the PR, it all looks good!

@robb-j robb-j merged commit dc22f9b into robb-j:main Apr 7, 2023
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.

2 participants