• I remember it once worked for me too.
    However, time moved on.
    It's 10.13.4 now and somehow it stopped working (espruino --list returns with an empty list - and also very quickly).

    Also trying to install noble (I guess it's needed) seems to have issues:

    $ npm install noble
    (...)
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: winnus@0.0.3 (node_modules/winnus):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for winnus@0.0.3: wanted {"os":"win32","arch":"any"} (current: {"os":"darwin","arch":"x64"})
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bluetooth-hci-socket@0.5.1 (node_modules/bluetooth-hci-socket):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for bluetooth-hci-socket@0.5.1: wanted {"os":"linux,android,win32","arch":"any"­} (current: {"os":"darwin","arch":"x64"})
    

    btw:

    $ node --version
    v10.2.1
    

    Did anyone get this working?

About

Avatar for ChristianW @ChristianW started