-
Notifications
You must be signed in to change notification settings - Fork 24
Error Pulling from gitlab. #48
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
Comments
This error is not for the version tag but for the version in the |
elm-package.json: {
"dependencies": {
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"elm-community/dict-extra": "2.2.0 <= v < 3.0.0",
"elm-community/graph": "4.0.0 <= v < 5.0.0",
"elm-community/html-extra": "2.2.0 <= v < 3.0.0",
"elm-community/list-extra": "6.1.0 <= v < 7.0.0",
"elm-lang/animation-frame": "1.0.1 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
"elm-lang/navigation": "2.1.0 <= v < 3.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"elm-lang/virtual-dom": "2.0.4 <= v < 3.0.0",
"evancz/elm-markdown": "3.0.1 <= v < 4.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"gampleman/elm-visualization": "1.5.0 <= v < 2.0.0",
"justinmimbs/elm-date-extra": "2.0.3 <= v < 3.0.0",
"jweir/elm-iso8601": "3.0.2 <= v < 4.0.0",
"krisajenkins/elm-exts": "27.4.0 <= v < 28.0.0",
"krisajenkins/remotedata": "4.3.0 <= v < 5.0.0",
"mgold/elm-geojson": "2.0.0 <= v < 3.0.0",
"terezka/elm-plot": "5.1.0 <= v < 6.0.0"
},
"dependency-sources": {
"NoRedInk/elm-decode-pipeline": "[email protected]:vendor/github.com_NoRedInk_elm-decode-pipeline",
"elm-community/dict-extra": "[email protected]:vendor/github.com_elm-community_dict-extra",
"elm-community/graph": "[email protected]:vendor/github.com_elm-community_graph",
"elm-community/html-extra": "[email protected]:vendor/github.com_elm-community_html-extra",
"elm-community/list-extra": "[email protected]:vendor/github.com_elm-community_list-extra",
"elm-lang/animation-frame": "[email protected]:vendor/github.com_elm-lang_animation-frame",
"elm-lang/core": "[email protected]:vendor/github.com_elm-lang_core",
"elm-lang/html": "[email protected]:vendor/github.com_elm-lang_html",
"elm-lang/http": "[email protected]:vendor/github.com_elm-lang_http",
"elm-lang/mouse": "[email protected]:vendor/github.com_elm-lang_mouse",
"elm-lang/navigation": "[email protected]:vendor/github.com_elm-lang_navigation",
"elm-lang/svg": "[email protected]:vendor/github.com_elm-lang_svg",
"elm-lang/virtual-dom": "[email protected]:vendor/github.com_elm-lang_virtual-dom",
"evancz/elm-markdown": "[email protected]:vendor/github.com_evancz_elm-markdown",
"evancz/url-parser": "[email protected]:vendor/github.com_evancz_url-parser",
"gampleman/elm-visualization": "[email protected]:vendor/github.com_gampleman_elm-visualization",
"justinmimbs/elm-date-extra": "[email protected]:vendor/github.com_justinmimbs_elm-date-extra",
"jweir/elm-iso8601": "[email protected]:vendor/github.com_jweir_elm-iso8601",
"krisajenkins/elm-exts": "[email protected]:vendor/github.com_krisajenkins_elm-exts",
"krisajenkins/remotedata": "[email protected]:vendor/github.com_krisajenkins_remotedata",
"mgold/elm-geojson": "[email protected]:vendor/github.com_mgold_elm-geojson",
"terezka/elm-plot": "[email protected]:vendor/github.com_terezka_elm-plot"
},
"elm-version": "0.18.0 <= v < 0.19.0",
"exposed-modules": [],
"license": "UNLICENCED",
"repository": "...",
"source-directories": [
"..."
],
"..."
} Removing the dependency-sources all dependencies are pulled down fine. |
@gdotdesign is something wrong with the elm-package.json? |
Yes, probably one of the versions of |
Its due to |
Then it's because of |
Mirrored elm repos from github and redirecting to gitlab with:
Fails with the following error:
Tags are maintained for the cloned repos. What could be causing this?
The text was updated successfully, but these errors were encountered: