mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Remove another spot with a flag old npm does not like
This commit is contained in:
parent
bd85ef363f
commit
4fc37cf982
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user