Npm install --unsafe-perm fails in rasping

Same issue–same issue as in you get errors just like the the previous user and you’re using the same Node version?

npm ERR! posix@4.1.2 install: `node-gyp rebuild`

Note, this error is a module-specific error. MineOS depends on this particular node package, and because it has to build natively for the server, whether this works or not is going to depend on the version of node more likely than the distro.

As shown by this unrelated package, but also node, verisons past 8 are not immediately compatible with versions 8 and before.

If you get errors on Node 8, please provide those, as they might very well be actionable–and solvable. After all, Node 8 is the officially recommended/supported version to work with MineOS.