Hi - it's actually the Web IDE that's complaining about 'module not found'. It has a list of modules that are built in and checks against that, but if it thinks that module isn't built into Espruino and can't find it then it'll complain.
I'm not quite sure what you're trying to accomplish here, but if you want to load the module in some other way then it might be worth modifying the Web IDE's source. It's got a plugin structure so shouldn't be too much of a pain to do.
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.
Hi - it's actually the Web IDE that's complaining about 'module not found'. It has a list of modules that are built in and checks against that, but if it thinks that module isn't built into Espruino and can't find it then it'll complain.
I'm not quite sure what you're trying to accomplish here, but if you want to load the module in some other way then it might be worth modifying the Web IDE's source. It's got a plugin structure so shouldn't be too much of a pain to do.