Do you have a link to the repository where this happens? Usually it's caused by a syntax error or something that means that the JS can't be parsed.
It works for me - is it possible you needed to do npm install first to install the JS parser?
npm install
@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.
Do you have a link to the repository where this happens? Usually it's caused by a syntax error or something that means that the JS can't be parsed.
It works for me - is it possible you needed to do
npm install
first to install the JS parser?