Is there a plan to build ARM support, currently when I try install this on arm32v6, I get:
npm WARN notice [SECURITY] hoek has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=hoek&version=2.16.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN enoent ENOENT: no such file or directory, open '/package.json'
npm WARN !invalid#1 No description
npm WARN !invalid#1 No repository field.
npm WARN !invalid#1 No README data
npm WARN !invalid#1 No license field.
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for node-musl@0.0.6: wanted {"os":"linux","arch":"x64,ia32"} (current: {"os":"linux","arch":"arm"})
npm ERR! notsup Valid OS: linux
npm ERR! notsup Valid Arch: x64,ia32
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: arm
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-11-15T16_54_24_239Z-debug.log
Is there a plan to build ARM support, currently when I try install this on arm32v6, I get: