Skip to content

Commit ed1607b

Browse files
author
Milan Meva
committed
docs: update npmrc example
1 parent 24d5350 commit ed1607b

File tree

1 file changed

+1
-1
lines changed
  • docs/lib/content/configuring-npm

1 file changed

+1
-1
lines changed

docs/lib/content/configuring-npm/npmrc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Environment variables can be replaced using `${VARIABLE_NAME}`. For
2929
example:
3030

3131
```bash
32-
prefix = ${HOME}/.npm-packages
32+
cache = ${HOME}/.npm-packages
3333
```
3434

3535
Each of these files is loaded, and config options are resolved in priority

0 commit comments

Comments
 (0)