I find that when I write a JavaScript which includes a "built in" module ... I get an IDE popup warning saying that the module was not found. For example:
var http = require("http");
Could this be because the IDE is looking to find the module from an external repository but the module is actually not going to be found since it is built in?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I find that when I write a JavaScript which includes a "built in" module ... I get an IDE popup warning saying that the module was not found. For example:
Could this be because the IDE is looking to find the module from an external repository but the module is actually not going to be found since it is built in?
Neil