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
I installed this module with this command "npm install printer --build-from-source".
On local machine node-printer works fine. but while deploying to server it gives invalid ELF header error.
Details: Error: /app/node_modules/printer/lib/node_printer.node: invalid ELF header at Object.Module._extensions..node (internal/modules/cjs/loader.js:683:18)
Note: local machine is windows while server OS is Linux.
Kindly guide me to how to solve the issue.
The text was updated successfully, but these errors were encountered:
I installed this module with this command "npm install printer --build-from-source".
On local machine node-printer works fine. but while deploying to server it gives invalid ELF header error.
Details: Error: /app/node_modules/printer/lib/node_printer.node: invalid ELF header at Object.Module._extensions..node (internal/modules/cjs/loader.js:683:18)
Note: local machine is windows while server OS is Linux.
Kindly guide me to how to solve the issue.
The text was updated successfully, but these errors were encountered: