Skip to content

Commit

Permalink
docs(developing): update the commands to resolve permission issues (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Demir-Utku authored May 2, 2023
1 parent 929d59e commit 6e1fbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/developing/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 6e1fbda

Please sign in to comment.