WeKan Snap does not build, and about multi-CPU-platform Snaps?

I’m still getting errors trying to build this:

Using this snapcraft.yaml:

Your error is coming from dependencies specified in meteor. They are trying to install source-map-support but failing due to a hash checksum mismatch. I don’t know why the hashes are not matching, but the error is below:

npm ERR! code EINTEGRITY
npm ERR! sha512-2A3Rox3Zq2hUrDE/Vi3LEa/zLCOMj8F1HlMttze0jZmmQLzJjosp1mVtUCMbOTKIurqVm5xOatncI+6KJrngCg== integrity checksum failed when using sha512: wanted sha512-2A3Rox3Zq2hUrDE/Vi3LEa/zLCOMj8F1HlMttze0jZmmQLzJjosp1mVtUCMbOTKIurqVm5xOatncI+6KJrngCg== but got sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==. (0 bytes)

The expected hash checksum is defined in .build/bundle/programs/server/npm-shrinkwrap.json after running the meteor build .build --directory --allow-superuser command, and it is the subsequent npm install --unsafe-perm that is failing.

I don’t have a fix, but hopefully this will help you to get further…