-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support -S
/--save
flags for yarn add
#2532
Comments
I still think this flag could be useful to support without such a hard fail. |
mika76
added a commit
to mika76/vue-chartjs
that referenced
this issue
Mar 22, 2017
There is no -s flag (yarnpkg/yarn#2532)
Tomoya32
added a commit
to Tomoya32/vue-chartjs
that referenced
this issue
Aug 22, 2018
There is no -s flag (yarnpkg/yarn#2532)
onlinehub0808
added a commit
to onlinehub0808/vueChartjs
that referenced
this issue
Feb 2, 2023
There is no -s flag (yarnpkg/yarn#2532)
lu0415mc
added a commit
to lu0415mc/vue-chartjs
that referenced
this issue
Feb 24, 2024
There is no -s flag (yarnpkg/yarn#2532)
RichardCarlrich
pushed a commit
to rahasiasutarto/vue-chartjs
that referenced
this issue
Jan 21, 2025
There is no -s flag (yarnpkg/yarn#2532)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Running
yarn add -S
throws an error and does not install a package. This should be supported to ease the transition fornpm
users.If the current behavior is a bug, please provide the steps to reproduce.
Run
yarn add -S babel
oryarn add --save babel
Actual output
What is the expected behavior?
It should install the package and add it to
dependencies
inpackage.json
.Please mention your node.js, yarn and operating system version.
node v6.9.4
yarn v0.19.1
Ubuntu 16.04
The text was updated successfully, but these errors were encountered: