You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title of the widget says npm install <module name>. It would be nice if there was an install=[save|save-dev|global|none] option that would also include --save, --save-dev, or -g as a little extra pointer.
none would not show the npm install line at all.
The text was updated successfully, but these errors were encountered:
Again, start here, the only problem I foresee here is that it's going to make the text extra-long so you'd need to ensure that the calculations for width work well, test against some packages with very long names.
The title of the widget says
npm install <module name>
. It would be nice if there was aninstall=[save|save-dev|global|none]
option that would also include--save
,--save-dev
, or-g
as a little extra pointer.none
would not show thenpm install
line at all.The text was updated successfully, but these errors were encountered: