Merge pull request #177 from dimisjim/patch-1

Add Information on how to install in Ubuntu and resolve npm permissions issue
This commit is contained in:
Mohammad Anas Fares 2023-05-26 10:25:28 +02:00 committed by GitHub
commit 5f08ac30f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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.