Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Missing cookie.json #34

@CasvalDOT

Description

@CasvalDOT

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions