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 System.cmd() in lib/mix/engine.install.runtime.ex should be wrapped in a case statement that checks for the exit of the npm install command then raises an error if it fails. Oterhwise, folks could run mix openfn.install.runtime and get a false success due to npm errors.
The
System.cmd()
inlib/mix/engine.install.runtime.ex
should be wrapped in acase
statement that checks for the exit of thenpm install
command then raises an error if it fails. Oterhwise, folks could runmix openfn.install.runtime
and get a false success due tonpm
errors.The text was updated successfully, but these errors were encountered: