Hey there!
I’m using the tmp package from npm in my app, which works great locally.
When I try to build my app for my production server (os.linux.x86_64), I always get an error:
mbp:app zimt28$ meteor build …/build --architecture os.linux.x86_64
Errors prevented bundling:
While linking the program:
error: app-shippings is not compatible with architecture ‘os.linux.x86_64’
How can I get my app running with the tmp
package on my server?