From eba88e0b5baf279b9610a7d6b5eb1896a8438bf9 Mon Sep 17 00:00:00 2001 From: Dimitris Moraitidis Date: Mon, 4 Oct 2021 15:50:12 +0200 Subject: [PATCH] based on https://github.com/faressoft/terminalizer/issues/112#issuecomment-933500517 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ba5dd1b..b97e179 100644 --- a/README.md +++ b/README.md @@ -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.