-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add --save-dev option to install command #258
Comments
|
@Nami-Doc |
npm uses -D as a shortflag for --save-dev |
Alright, didn't know that :D |
I've implemented the |
Status on this? I'd really like to have this soon. |
@btford the |
Done, also added the same for the uninstall command. |
Awesome work as always. Thanks, @satazor! |
|
I didn't even see |
Now that @desandro added
devDependencies
, it would be nice to have--save-dev
flag for installing and saving directly todevDependencies
instead ofdependencies
.The text was updated successfully, but these errors were encountered: