I'd like to call a globally installed script with NpmExec. If called directly, it would be npm exec <package> --global -- <args>.
However, NpmExecSettings doesn't allow setting --global with a flag. Neither can I add it to the Arguments, as they are prepended with --.
Would it be possible to add a Global flag to NpmExecSettings?
I'd like to call a globally installed script with
NpmExec. If called directly, it would benpm exec <package> --global -- <args>.However,
NpmExecSettingsdoesn't allow setting--globalwith a flag. Neither can I add it to theArguments, as they are prepended with--.Would it be possible to add a
Globalflag toNpmExecSettings?