Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git submodule fail when this repo is used as a dependency #100

Open
gab opened this issue Jul 9, 2020 · 0 comments
Open

git submodule fail when this repo is used as a dependency #100

gab opened this issue Jul 9, 2020 · 0 comments

Comments

@gab
Copy link

gab commented Jul 9, 2020

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\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant