Hi,
after i've installed node 14 the cli seems no work anymore.
Each command generated this warning:
Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
Each command i run return the following error:
{ errno:-2, code:'ENOENT', syscall:'open', path: '/usr/lib/node_modules/passbolt_cli/app/tmp/cookie.json' }
I've created manuallty the tmp folder adding a blank file called cookie.json, and then I've change the ownership of the folder:
sudo chown -R <my_user>:<my_user> /usr/lib/node_modules/passbolt_cli/app/tmp
now it works again, but I supposed this is not the correct behavior. I've forgot something in the configuration procedure or it is a bug?
PS. the passbolt_cli is installed globally