You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: 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 [email protected]: 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
The text was updated successfully, but these errors were encountered:
I get following error during build node v10.14.0 on armv7
In file included from ../deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/./antlr4-runtime.h:12:0, from ../deps/v8/src/torque/TorqueBaseVisitor.h:11, from ../deps/v8/src/torque/TorqueBaseVisitor.cpp:7: ../deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/./ANTLRErrorListener.h:52:57: error: 'std::exception_ptr' has not been declared const std::string& msg, std::exception_ptr e) = 0;
Is there a plan to build ARM support, currently when I try install this on arm32v6, I get:
The text was updated successfully, but these errors were encountered: