I'm trying to load the fs module to create a webpage with CSS, but I can't install the module.
I receive the error:
Uncaught Error: Module fs not found
at line 2 col 22
var fs = require('fs');
Search Options
Types to Display
Espruino
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'm trying to load the fs module to create a webpage with CSS, but I can't install the module.
I receive the error: