NEWS
Biobroker install Mac Error
-
@tombox Ja habe von Node 12-14 alles durch probiert
Auch mit sudo kommt der Fehler...
Ich glaube der Schaden liegt an esbuild
npm ERR! Failed at the esbuild@0.11.23 postinstall scri
-
@failsystem
Welche npm-Version?npm -v
-
@thomas-braun 6.14.14
-
rm -rf /usr/local/iobroker/node_modules/esbuild/ cd /usr/local/iobroker/ npm i esbuild
was passiert dann
-
failsystems-Mac-mini:iobroker failsystem$ npm i esbuild
esbuild@0.12.20 postinstall /usr/local/iobroker/node_modules/esbuild
node install.jsdyld: Symbol not found: clock_gettime
Referenced from: /usr/local/iobroker/node_modules/esbuild/bin/esbuild_
Expected in: flat namespaceThe version of the downloaded binary is incorrect: Command failed: /usr/local/iobroker/node_modules/esbuild/bin/esbuild__ --version
dyld: Symbol not found: clock_gettime
Referenced from: /usr/local/iobroker/node_modules/esbuild/bin/esbuild_
Expected in: flat namespaceInstall unsuccessful
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! esbuild@0.12.20 postinstall:node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the esbuild@0.12.20 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! /Users/failsystem/.npm/_logs/2021-08-18T11_37_36_405Z-debug.log -
@failsystem
clock_gettime() was added in macOS 10.12. You need to build against an earlier SDK if you want to be backwards compatible. -
@AlCalzone
Irgendwelche Tipps für macOSX OS X v10.11.6 -
@tombox also kann ich die Installation mit dem Mac nicht mehr machen weil die zu alt ist ?
-
@failsystem Der jetzige Installer nicht vielleicht hat @AlCalzone noch eine Idee oder alten Installer
-
@tombox das ist kacke ich weiß ich wenigstens auch warum nach dem Update nix mehr ging bei mir
-
Ggf mal beim esbuild Repo im
GitHub ein issue auf machen. Wenn dann sollten die ne Idee haben -
@apollon77 Ich probiere gerade mal den Mac auf 10.12 zu patchen
-