Node as a stage-snap

Hello!

I’m trying to build a node snap. I found that there are stage-snaps, so I’ve added:

stage-snaps: [node/10/stable]

However, when I try to run the command, node segfaults:

$ snap run --shell openzeppelin
$ /snap/openzeppelin/current/bin/node
Segmentation fault (core dumped)

How can I use node as a stage snap?

pura vida

1 Like