Skip to content

Commit

Permalink
docs(scope): update example command to work in windows (#7247)
Browse files Browse the repository at this point in the history
Update scope.md

Missing = was causing error
  • Loading branch information
robertobasile84 authored Feb 26, 2024
1 parent 95b5057 commit 686a622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686a622

Please sign in to comment.