Replies: 1 comment 5 replies
-
whats your host machine? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @Ylianst @si458 , I have been trying to connect Postgres with Mesh-central and gave the below settings in config.json
"postgres":
{
"user": "postgres",
"password": "pass123",
"port": "5432",
"host": "localhost",
}
when this is done, [email protected] is being installed by mesh-central, But the below error throws, we have a nginx-ingress as reverse proxy
The error,
Installing [email protected]...
ERROR: Unable to install required module "[email protected]". MeshCentral may not have access to npm, or npm may not have suffisent rights to load the new module. To manualy install this module try:
cd "/opt/meshcentral/meshcentral"
npm install [email protected]
node node_modules/meshcentral
It would be great if you guys make a comment.
Beta Was this translation helpful? Give feedback.
All reactions