Remove another spot with a flag old npm does not like

This commit is contained in:
Julia 2023-03-22 15:40:51 -04:00
parent bd85ef363f
commit 4fc37cf982

View File

@ -64,7 +64,6 @@ pub async fn npm_install_packages(
let output = smol::process::Command::new("npm")
.args(["-fetch-retry-mintimeout", "2000"])
.args(["-fetch-retry-maxtimeout", "5000"])
.args(["-fetch-timeout", "5000"])
.arg("install")
.arg("--prefix")
.arg(directory)