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
Copy license from package.json of generating package to generated package.json. This doesn't have to be (probably shouldn't be) the license field, it could be instead generated-license. That fixes the "warning" -- which is really always a bug. (Maybe also allow setting private there?)
Add an option --npm-install-args so I can pass --npm-install-args=--no-package-lock and get rid of the "notice".
The text was updated successfully, but these errors were encountered:
What
Building e.g. a client package outputs these lines to standard error:
This causes pain e.g. when using Rush.
Give some way to prevent these 2 outputs.
Suggestions:
package.json
of generating package to generatedpackage.json
. This doesn't have to be (probably shouldn't be) thelicense
field, it could be insteadgenerated-license
. That fixes the "warning" -- which is really always a bug. (Maybe also allow settingprivate
there?)--npm-install-args
so I can pass--npm-install-args=--no-package-lock
and get rid of the "notice".The text was updated successfully, but these errors were encountered: