• @Gordon, thanks for the quick reply.

    Yes, Web IDE works.
    It's not an external bluetooth adapter, but the internal one of a MacBook Air 11"

    The reason I was adding to an old threat was that I found the thread during my troubleshooting and thought it could fit here for some continuity reasons - sorry. Also the original people involved may have experienced something similar or different meanwhile.
    I can start a new one if you think that is better.

    This is the output with verbose:

    $ espruino --list --verbose
    0.1.9
    Espruino Command-line Tool 0.1.9
    -----------------------------------
    
    Acorn library not found - you'll need it for compiled code
    Found /usr/local/lib/node_modules/espruino/lib­s/targz.js
    Found /usr/local/lib/node_modules/espruino/lib­s/utf8.js
    Found /usr/local/lib/node_modules/espruino/esp­ruino.js
    Found /usr/local/lib/node_modules/espruino/cor­e/codeWriter.js
    Found /usr/local/lib/node_modules/espruino/cor­e/config.js
    Found /usr/local/lib/node_modules/espruino/cor­e/env.js
    Found /usr/local/lib/node_modules/espruino/cor­e/flasher.js
    Found /usr/local/lib/node_modules/espruino/cor­e/modules.js
    Found /usr/local/lib/node_modules/espruino/cor­e/notifications.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_chrome_serial.js
    No chrome.serial - Chrome Serial disabled
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_chrome_socket.js
    No chrome.sockets - Chrome Socket disabled
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_frame.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_noble.js
    Noble: module couldn't be loaded, no node.js Bluetooth Low Energy
     Error: The module '/usr/local/lib/node_modules/espruino/no­de_modules/xpc-connection/build/Release/­binding.node'
    was compiled against a different Node.js version using
    NODE_MODULE_VERSION 48. This version of Node.js requires
    NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
    the module (for instance, using `npm rebuild` or `npm install`).
        at Object.Module._extensions..node (internal/modules/cjs/loader.js:731:18)
        at Module.load (internal/modules/cjs/loader.js:612:32)
        at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
        at Function.Module._load (internal/modules/cjs/loader.js:543:3)
        at Module.require (internal/modules/cjs/loader.js:650:17)
        at require (internal/modules/cjs/helpers.js:20:18)
        at Object.<anonymous> (/usr/local/lib/node_modules/espruino/no­de_modules/xpc-connection/index.js:3:15)­
        at Module._compile (internal/modules/cjs/loader.js:702:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
        at Module.load (internal/modules/cjs/loader.js:612:32)
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_node_serial.js
    No 'serialport' module found
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_node_socket.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_web_audio.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_web_bluetooth.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_websocket_local.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_websocket_mqtt.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_websocket_relay.js
    Found /usr/local/lib/node_modules/espruino/cor­e/serial_winnus.js
    Not on Windows, Winnus not needed
    Found /usr/local/lib/node_modules/espruino/cor­e/terminal.js
    Found /usr/local/lib/node_modules/espruino/cor­e/utils.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/assembler.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/boardJSON.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/compiler.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/getGitHub.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/localModules.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/minify.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/saveOnSend.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/setTime.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/unicode.js
    Found /usr/local/lib/node_modules/espruino/plu­gins/versionChecker.js
    Initialising CodeWriter
    Initialising Config
    Initialising Env
    Initialising Flasher
    Initialising Modules
    Initialising Notifications
    Initialising Serial
      - Initialising Serial Node Socket
      - Initialising Serial Web Bluetooth
    Initialising Utils
    Initialising Status
    Initialising Assembler
    Initialising BoardJSON
    Initialising Compiler
    Initialising GetGitHub
    Initialising LocalModules
    Initialising Minify
    Initialising SaveOnSend
    Initialising SetTime
    Initialising Unicode
    Initialising VersionChecker
    Searching for serial ports...
    No navigator.bluetooth - Web Bluetooth not enabled
    PORTS:
    
    
About

Avatar for ChristianW @ChristianW started