File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ Change the owner of npm's directories to the current user:
69
69
70
70
``` shell
71
71
$ sudo chown -R $( whoami) /usr/local/{lib/node_modules,bin,share}
72
+ $ sudo chown -R $( whoami) /usr/lib/node_modules
72
73
$ sudo chown -R $( whoami) ~ /.npm ~ /.npmrc
73
74
```
74
75
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Change the owner of npm's directories to the current user:
59
59
60
60
``` shell
61
61
$ sudo chown -R $( whoami) /usr/local/{lib/node_modules,bin,share}
62
+ $ sudo chown -R $( whoami) /usr/lib/node_modules
62
63
$ sudo chown -R $( whoami) ~ /.npm ~ /.npmrc
63
64
```
64
65
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ Change the owner of npm's directories to the current user:
69
69
70
70
``` shell
71
71
$ sudo chown -R $( whoami) /usr/local/{lib/node_modules,bin,share}
72
+ $ sudo chown -R $( whoami) /usr/lib/node_modules
72
73
$ sudo chown -R $( whoami) ~ /.npm ~ /.npmrc
73
74
```
74
75
You can’t perform that action at this time.
0 commit comments