Please can you try just uploading:
var f = new (require("FlashEEPROM"))(); print("EEPROM",f.read(0));
Which would help to see if it's something in your code, or something else?
Also, maybe check if somehow Reset before Send got unchecked in the IDE's communication settings page?
Reset before Send
@Gordon started
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.
Please can you try just uploading:
Which would help to see if it's something in your code, or something else?
Also, maybe check if somehow
Reset before Send
got unchecked in the IDE's communication settings page?