Sparo

Results 7 comments of Sparo

Hi all, I have the same problem: > Error: Module version mismatch. Expected 49, got 48. > at Error (native) > at process.module.(anonymous function) [as dlopen](ELECTRON_ASAR.js:167:20) > at Object.Module._extensions..node (module.js:568:18)...

Tried installing node 5.11.1 and then `rm -rf node_module`s then `npm install`even installed **electron-rebuild** and done `./node_modules/.bin/electron-rebuild`... but error still persist... I am so frustrated, doing this almost 30 hours......

I have struggle with this some time now, and the problem was in **electron** version. Your solution was working perfectly for this version combination of electron and johnny-five. this was...

Hi @jjanampa, sorry for late response. I have checked and `SSL Verification` is disabled in my case.

I’m not sure if this could be a solution, but I connected two services within the project by linking them to an external Docker network. I manually created the Docker...

sorry for delay... ENV 1: ``` services: directus: image: directus/directus:latest volumes: - directus_uploads:/directus/uploads - directus_extensions:/directus/extensions deploy: replicas: 3 update_config: parallelism: 1 order: start-first delay: 10s restart_policy: condition: on-failure environment: SECRET:...

Hi @Siumauricio, I gave up long time ago from that approach, didn't have time to investigate since I needed to go to the production asap. It would be nice if...