nrf51288 has only 256KB of flash (and no EEPROM) so even the Espruino build had to be cut down on features so Flash and Storage modules are not present. See e.g. https://www.espruino.com/Reference#Storage "Note: This is not available in devices with low flash memory"
I'd suggest to get nRF52832 for Espruino instead, it is better and not that much expensive, there are e.g very cheap <$5 nrf52 modules on aliexpress (like this one posibly with this adapter) . Or the DS-D6 smartwatch is currently $6.99 on gearbest and you also get battery+charger and display with the nrf52 chip :-) So IMO there in no reason to get nrf51 today if you target Espruino unless your needs are very, very basic. Arduino might be better fit for nrf51.
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.
nrf51288 has only 256KB of flash (and no EEPROM) so even the Espruino build had to be cut down on features so Flash and Storage modules are not present. See e.g. https://www.espruino.com/Reference#Storage "Note: This is not available in devices with low flash memory"
I'd suggest to get nRF52832 for Espruino instead, it is better and not that much expensive, there are e.g very cheap <$5 nrf52 modules on aliexpress (like this one posibly with this adapter) . Or the DS-D6 smartwatch is currently $6.99 on gearbest and you also get battery+charger and display with the nrf52 chip :-) So IMO there in no reason to get nrf51 today if you target Espruino unless your needs are very, very basic. Arduino might be better fit for nrf51.