Skip to content

Commit

Permalink
Merge pull request #177 from dimisjim/patch-1
Browse files Browse the repository at this point in the history
Add Information on how to install in Ubuntu and resolve npm permissions issue
  • Loading branch information
faressoft authored May 26, 2023
2 parents dc65dbe + eba88e0 commit 5f08ac3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,17 @@ Solution:
sudo apt-get install libgconf-2-4
```

> Error: EACCES: permission denied, access '/usr/local/lib'
Solution:

```bash
sudo mkdir -p /usr/local/lib/node_modules && sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules

# then use the install command in the "Installation" section above
npm install -g terminalizer
```

# License

This project is under the MIT license.

0 comments on commit 5f08ac3

Please sign in to comment.