I guess you didn't clone the submodules?
If so, you should be able to clone them still using the following commands:
git submodule init git submodule update
See here for more info: https://stackoverflow.com/questions/3796927/how-do-i-git-clone-a-repo-including-its-submodules
@devsnd 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.
I guess you didn't clone the submodules?
If so, you should be able to clone them still using the following commands:
See here for more info:
https://stackoverflow.com/questions/3796927/how-do-i-git-clone-a-repo-including-its-submodules