mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Remove CLI flag which old versions of NPM do not like
TODO: Bundle or version restrict Node
This commit is contained in:
parent
356b8c6980
commit
24dba2157f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ pub async fn npm_package_latest_version(name: &str) -> Result<String> {
|
|||
let output = smol::process::Command::new("npm")
|
||||
.args(["-fetch-retry-mintimeout", "2000"])
|
||||
.args(["-fetch-retry-maxtimeout", "5000"])
|
||||
.args(["-fetch-timeout", "5000"])
|
||||
.args(["info", name, "--json"])
|
||||
.output()
|
||||
.await
|
||||
|
|
Loading…
Reference in a new issue