Rather than using require("Storage").write you can use the down-arrow by the Web IDE's Upload button to choose Storage and then the module filename you want - then you can upload directly.
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.
Yep, the easiest way is using: https://www.espruino.com/Modules#from-storage
Rather than using
require("Storage").write
you can use the down-arrow by the Web IDE's Upload button to chooseStorage
and then the module filename you want - then you can upload directly.