I'm trying to get my plugins to work on mobile as well.
When cloning my repo forked from inkdropapp/inkdrop-mobile-plugins , I found cloned submodule packages (breaks, embed, flowchart, ...) are all empty and thus npm run build fails.
We need a --recursive flag when git clone the forked repo to fully clone submodule packages.
Hi.
I'm trying to get my plugins to work on mobile as well. When cloning my repo forked from
inkdropapp/inkdrop-mobile-plugins
, I found cloned submodule packages (breaks, embed, flowchart, ...) are all empty and thusnpm run build
fails.We need a
--recursive
flag whengit clone
the forked repo to fully clone submodule packages.