Inspired by your suggestion I decided to reinstall espruino and espruino-cli, I believe there is something wrong with espruino-cli itself.
Anyways, a clean install of espruino npm package and fixing XCode has solved it.
As I noticed espruino package goes with espruino-cli and installing espruino-cli by itself creates havoc. Not mentioning that node-gyp has its own problems with Xcode
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.
yes, updated node and npm...
Inspired by your suggestion I decided to reinstall
espruino
andespruino-cli
, I believe there is something wrong withespruino-cli
itself.Anyways, a clean install of
espruino
npm package and fixing XCode has solved it.As I noticed
espruino
package goes withespruino-cli
and installingespruino-cli
by itself creates havoc. Not mentioning thatnode-gyp
has its own problems with XcodeThank you for help!