docs: Fix reference to step numbers. (#219)
It appears that step 1 was added later but the reference was not updated.
laurensvalk committed
Sep 27, 2022 at 15:18 UTC
e8134d05c341fd99297db8c397d3658be972fcd7
1 file changed
+1
-1
content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx
+1
-1
@@ -58,7 +58,7 @@ To minimize the chance of permissions errors, you can configure npm to use a dif
58
npm install -g jshint
59
```
60
61
-Instead of steps 2-4, you can use the corresponding ENV variable (e.g. if you don't want to modify `~/.profile`):
61
+Instead of steps 3-5, you can use the corresponding ENV variable (e.g. if you don't want to modify `~/.profile`):
62
63
```
64
NPM_CONFIG_PREFIX=~/.npm-global