-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Output as JSON? #141
Comments
Okay, let me see if I understand! Right now, you can only choose among |
Correct!
I install my packages using my own wrapper around npm, which installs stuff
globally and adds them to a file so that I can reinstall everything on a
new machine easily.
…On Wed, Aug 14, 2019 at 10:20 PM Matic Zavadlal ***@***.***> wrote:
Okay, let me see if I understand! Right now, you can only choose among
yarn and npm to handle the installation. What you are suggesting, though,
is that we could add an option to add a custom installation handler, or
possibly return a JSON output representing selected dependencies. Is that
correct?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#141?email_source=notifications&email_token=AIUL56XF6LSQD3KPRLRLXR3QERAVVA5CNFSM4ILJRLLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4JSTGA#issuecomment-521349528>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIUL56RKITOI4FRTSO66HO3QERAVVANCNFSM4ILJRLLA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I like to run a custom script to install my node packages. Is there a way to set the command that is used for installation or just get the output as something machine parseable?
The text was updated successfully, but these errors were encountered: