From 6e1fbda2e6091e887a64dd78cdb20c5e55a35347 Mon Sep 17 00:00:00 2001 From: Utku Demir Date: Tue, 2 May 2023 06:42:46 +0300 Subject: [PATCH] docs(developing): update the commands to resolve permission issues (#2115) --- src/pages/developing/tips.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/developing/tips.md b/src/pages/developing/tips.md index b34489e67ad..69f9f1c56f5 100755 --- a/src/pages/developing/tips.md +++ b/src/pages/developing/tips.md @@ -64,6 +64,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,bin,share} # Additionally, run this for Arch Linux based distros $ sudo chown -R $(whoami) ~/.npm ~/.npmrc ```