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
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:
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?
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>
.
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: