/opt/easyengine is not writable by EasyEngine

I have just installed V4 and I get an error for the very first command:

ee help site
Error: Config root: /opt/easyengine is not writable by EasyEngine

How to solve this?

I am using Google Cloud VM instance on Ubuntu 18.04.

Try with sudo. It worked for me.

1 Like

I get this with sudo:

sudo ee help site

sh: 1: less: not found

update: I had to install “less” to make it work:

apt-get update && apt-get install less