-
• #2
Maybe something went wrong when cloning and it would help to git clone your BangleApps fork to your machine again?
-
• #3
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 -
• #4
git clone your BangleApps fork to your machine again
Tried that, same blank webtools directory - but I am think I am missing a hint on how to use git
From my local fork - webtools links to https://github.com/espruino/EspruinoWebTools/tree/1c0a49065bbe7c74c40edcdcd1ddbb840483a283 -
• #6
Yes, it'll be cloning the submodules that's needed.
Just a quick note though: the sanitytest script is run automatically by GitHub for each commit, so if you look at https://github.com/espruino/BangleApps, right above the file list and below the
Go to file
search box you'll see a green tick or red cross and you can click that for more info on the result.Same thing should work on your GitHub repository if you've forked BangleApps so it's a nice easy test
Hi
I am following the guide - https://www.espruino.com/Bangle.js+App+Loader
I am trying to run ./bin/sanitycheck.js
Alas I do not have too much experience of nodejs. I have now installed, nodejs but ...
webtools is empty
This - https://github.com/espruino/BangleApps/blob/master/bin/README.md suggests
I tried to do this clone this repository and can get the tools into webtools, but I am doing something wrong and can get his correct.
This tarvis runs suggests - https://github.com/espruino/BangleApps/actions/runs/11096198234/job/30835784505?pr=3595#step:2:496
git submodule sync is the answer ?
(No tried)
Any help on were I am going wrong would be great.
Regards,
Brendan