We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b5057 commit 686a622Copy full SHA for 686a622
docs/lib/content/using-npm/scope.md
@@ -127,7 +127,7 @@ host multiple scopes, but a scope only ever points to one registry.
127
You can also associate a scope with a registry using `npm config`:
128
129
```bash
130
-npm config set @myco:registry http://reg.example.com
+npm config set @myco:registry=http://reg.example.com
131
```
132
133
Once a scope is associated with a registry, any `npm install` for a package
0 commit comments