You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lib/content/using-npm/scope.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ host multiple scopes, but a scope only ever points to one registry.
127
127
You can also associate a scope with a registry using `npm config`:
128
128
129
129
```bash
130
-
npm config set @myco:registryhttp://reg.example.com
130
+
npm config set @myco:registry=http://reg.example.com
131
131
```
132
132
133
133
Once a scope is associated with a registry, any `npm install` for a package
0 commit comments