skip to Main Content

error: node_modules/bcrypto/build/Release/bcrypto.node: invalid ELF by npm start on debian server

Hallo, If I try to npm start I get this error: error: /home/kyrill/msh/backend/node_modules/bcrypto/build/Release/bcrypto.node: invalid ELF header /home/kyrill/msh/backend/node_modules/bcrypto/build/Release/bcrypto.node: invalid ELF header {"code":"ERR_DLOPEN_FAILED","stack":"Error: /home/kyrill/msh/backend/node_modules/bcrypto/build/Release/bcrypto.node: invalid ELF headern at load (/home/kyrill/msh/backend/node_modules/loady/lib/loady.js:109:11)n at Object.<anonymous> (/home/kyrill/msh/backend/node_modules/bcrypto/lib/native/binding.js:11:33)n at Module._compile (node:internal/modules/cjs/loader:1092:14)n at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10)n at Module.load (node:internal/modules/cjs/loader:972:32)n…

VIEW QUESTION

MySQL Docker Error: connect ECONNREFUSED 127.0.0.1:7201 to mysql container – Phpmyadmin

Why is the connection refused to the mysql container? (node:43) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:7201 users-service_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) users-service_1 | -------------------- users-service_1 | at Protocol._enqueue (/opt/app/node_modules/mysql/lib/protocol/Protocol.js:144:48) users-service_1 | at Protocol.handshake (/opt/app/node_modules/mysql/lib/protocol/Protocol.js:51:23) users-service_1 | at PoolConnection.connect (/opt/app/node_modules/mysql/lib/Connection.js:116:18)…

VIEW QUESTION

How to host multiple website with same domain but different path ex: domain.fr/siteA, domain.fr/siteB, /siteC with docker and nginx reverse proxy

Just wondering what is the difference between import { getContent } from '@/assets/welcome-content.js' import Navigation from '@/components/Navigation' and import { getContent } from '~/assets/welcome-content.js' import Navigation from '~/components/Navigation' Both seems to work but when I add the lines below in…

VIEW QUESTION
Back To Top
Search