node-epicgames-client icon indicating copy to clipboard operation
node-epicgames-client copied to clipboard

git submodule fail when this repo is used as a dependency

Open gab opened this issue 4 years ago • 0 comments

This happens when you try to run git submodule update on this repo - which incidentally is what npm does when you declare SzymonLisowiec/node-epicgames-client as a dependency, making the package install fail:

$git submodule update -q --init --recursive
fatal: No url found for submodule path 'docs/.vuepress/dist' in .gitmodules

git rm on the "ghost" gitlink allows the command to complete successfully and unblocks npm, but you'd have to figure out whether this was actually supposed to be a real submodule which is missing for some reason. $git rm docs\.vuepress\dist\

gab avatar Jul 09 '20 19:07 gab