Merge pull request #2314 from zed-industries/another-one

Remove another spot with a flag old npm does not like
This commit is contained in:
Julia
2023-03-22 15:56:23 -04:00
committed by GitHub
-1
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)