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
@@ -75,7 +77,7 @@ abstract class ExternalCompileRunnerBase extends RunnerBase {
75
77
exec("npm",["i","--ignore-scripts"],{ cwd,timeout: timeout/2});// NPM shouldn't take the entire timeout - if it takes a long time, it should be terminated and we should log the failure
// Also actually install those types (for, eg, the js projects which need node)
81
83
exec("npm",["i", ...types.map(t=>`@types/${t}`),"--no-save","--ignore-scripts"],{cwd: originalCwd,timeout: timeout/2});// NPM shouldn't take the entire timeout - if it takes a long time, it should be terminated and we should log the failure
0 commit comments