Open nrser opened 3 years ago
This should just be a warning. You cannot compile the sandbox on anything but Linux, because the sandbox uses bwrap, which is a namespace-based sandbox. You need to set THINGENGINE_DISABLE_SANDBOX=1 to run natively on non-Linux POSIX OSes.
npm ci
callsnpm run install
, which fails on macOS. While the NPM dependencies appear correctly installed andnpm ci
returns success, the error output can be confusing.System
Relevant output of
npm ci
: