You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I have a project that uses seneca and seneca-mesh, and I'm having this issue:
Message: seneca: use-plugin: Could not load plugin mesh defined in seneca-mesh due to error: /usr/src/uPayment-api/node_modules/msgpack/build/Release/msgpackBinding.node: invalid ELF header.
I understand that an invalid ELF usually means it was built on a different platform, but in this case, I do build inside the container. I even tried cloning during build process and building from sources, no luck.
So, I have a project that uses seneca and seneca-mesh, and I'm having this issue:
Message: seneca: use-plugin: Could not load plugin mesh defined in seneca-mesh due to error: /usr/src/uPayment-api/node_modules/msgpack/build/Release/msgpackBinding.node: invalid ELF header.
I understand that an invalid ELF usually means it was built on a different platform, but in this case, I do build inside the container. I even tried cloning during build process and building from sources, no luck.
I also created an issue here: pgriess/node-msgpack#72
Any guesses?
The text was updated successfully, but these errors were encountered: