From 686a622480d32eabf2d69982e422ba3dcd8a6f7c Mon Sep 17 00:00:00 2001 From: Roberto Basile Date: Mon, 26 Feb 2024 10:28:27 -0500 Subject: [PATCH] docs(scope): update example command to work in windows (#7247) Update scope.md Missing = was causing error --- docs/lib/content/using-npm/scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/using-npm/scope.md b/docs/lib/content/using-npm/scope.md index 829e6cc408e6c..b43fa2e9ff381 100644 --- a/docs/lib/content/using-npm/scope.md +++ b/docs/lib/content/using-npm/scope.md @@ -127,7 +127,7 @@ host multiple scopes, but a scope only ever points to one registry. You can also associate a scope with a registry using `npm config`: ```bash -npm config set @myco:registry http://reg.example.com +npm config set @myco:registry=http://reg.example.com ``` Once a scope is associated with a registry, any `npm install` for a package