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
commit df553de363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)