Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To minimize the chance of permissions errors, you can configure npm to use a dif
3. Configure npm to use the new directory path:

```
npm config set prefix '~/.npm-global'
npm config set prefix ~/.npm-global
```

4. In your preferred text editor, open or create a `~/.profile` file and add this line:
Expand Down
Loading