diff --git a/docs/developing/tips.md b/docs/developing/tips.md index 0be0a74c7f1..01d2553a8aa 100644 --- a/docs/developing/tips.md +++ b/docs/developing/tips.md @@ -57,6 +57,7 @@ Change the owner of npm's directories to the current user: ```shell $ sudo chown -R $(whoami) /usr/local/{lib/node_modules,bin,share} +$ sudo chown -R $(whoami) /usr/lib/node_modules # Improve for Arch Linux based distros $ sudo chown -R $(whoami) ~/.npm ~/.npmrc ```