Avatar for wolandec

wolandec

Member since Feb 2020 • Last active Feb 2020
  • 1 conversations
  • 1 comments

Most recent activity

  • in ESP32
    Avatar for wolandec

    I selected a project folder and the modules folder was created there by IDE. I copied my scada.js folder into it.

    Require module in my js file.

    const ScadaJs = require("scada.js");
    

    And I've got a problem, that IDE search this module online instead of local folder.

    ERROR: getURL("https://www.espruino.com/modulesĀ­/scada.js.js") error : Not Found WARNING: [notify_warn] Module scada.js not found
    
Actions