node-epicgames-client
node-epicgames-client copied to clipboard
git submodule fail when this repo is used as a dependency
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\