Closed sblaisot closed 1 month ago
Some node modules as indirect dependencies rely on HOME variable to be set.
If HOME env variable is not set, the konnector fail with the following message:
SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_homedir returned ENOENT (no such file or directory)
Defining this variable make the konnector happy
Some node modules as indirect dependencies rely on HOME variable to be set.
If HOME env variable is not set, the konnector fail with the following message:
Defining this variable make the konnector happy