Open srenatus opened 9 years ago
Strange, upon cloning the repo and following the instructions, I get the following output:
bower install
bower not-cached git://github.com/nathanfaucett/require.js.git#*
bower resolve git://github.com/nathanfaucett/require.js.git#*
bower cached git://github.com/twbs/bootstrap.git#3.3.5
bower validate 3.3.5 against git://github.com/twbs/bootstrap.git#~3.3.4
bower cached git://github.com/JedWatson/classnames.git#2.1.3
bower validate 2.1.3 against git://github.com/JedWatson/classnames.git#~2.1.1
bower cached git://github.com/facebook/react-bower.git#0.13.3
bower validate 0.13.3 against git://github.com/facebook/react-bower.git#~0.13.1
bower cached git://github.com/mbostock/d3.git#3.5.6
bower validate 3.5.6 against git://github.com/mbostock/d3.git#~3.5.5
bower cached git://github.com/novus/nvd3.git#1.7.1
bower validate 1.7.1 against git://github.com/novus/nvd3.git#~1.7.1
bower cached git://github.com/jquery/jquery.git#2.1.4
bower validate 2.1.4 against git://github.com/jquery/jquery.git#~2.1.3
bower cached git://github.com/DataTables/DataTables.git#1.10.7
bower validate 1.10.7 against git://github.com/DataTables/DataTables.git#~1.10.6
bower cached git://github.com/react-bootstrap/react-bootstrap-bower.git#0.22.6
bower validate 0.22.6 against git://github.com/react-bootstrap/react-bootstrap-bower.git#~0.22.6
bower cached git://github.com/markmarkoh/datamaps.git#0.4.0
bower validate 0.4.0 against git://github.com/markmarkoh/datamaps.git#~0.4.0
bower cached git://github.com/mozilla/metrics-graphics.git#2.5.0
bower validate 2.5.0 against git://github.com/mozilla/metrics-graphics.git#~2.5.0
bower cached git://github.com/stitchfix/pyxleyJS.git#0.0.2
bower validate 0.0.2 against git://github.com/stitchfix/pyxleyJS.git#~0.0.1
bower cached git://github.com/mbostock/d3.git#3.3.13
bower validate 3.3.13 against git://github.com/mbostock/d3.git#~3.3.13
bower cached git://github.com/jquery/jquery.git#2.1.4
bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.7.0
bower checkout require#master
bower cached git://github.com/jquery/jquery.git#2.1.4
bower validate 2.1.4 against git://github.com/jquery/jquery.git#>= 1.9.1
bower cached git://github.com/jquery/jquery.git#2.1.4
bower validate 2.1.4 against git://github.com/jquery/jquery.git#>=1.11.1
bower cached git://github.com/mbostock/topojson.git#1.4.9
bower validate 1.4.9 against git://github.com/mbostock/topojson.git#~1.4.3
bower invalid-meta require is missing "main" entry in bower.json
bower invalid-meta require is missing "ignore" entry in bower.json
bower resolved git://github.com/nathanfaucett/require.js.git#a45d433fdc
Unable to find a suitable version for d3, please choose one:
1) d3#~3.3.13 which resolved to 3.3.13 and is required by nvd3#1.7.1
2) d3#~3.3.8 which resolved to 3.3.13 and is required by datamaps#0.4.0
3) d3#~3.5.5 which resolved to 3.5.6 and is required by metricsgraphics-example
4) d3#>=3.4.8 which resolved to 3.5.6 and is required by metrics-graphics#2.5.0
Prefix the choice with ! to persist it to bower.json
? Answer:
Upon selecting an option the installation completed successfully.
Hmm still happens for me. Anyone else?
@srenatus I updated the bower.json file. Let me know if it's still giving you problems.
I am getting the following error
bower require#* not-cached git://github.com/nathanfaucett/require.js.git# bower require#* resolve git://github.com/nathanfaucett/require.js.git# bower require#* not-cached git://github.com/nathanfaucett/require.js.git# bower require#* resolve git://github.com/nathanfaucett/require.js.git# bower require#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/nathanfaucett/require.js.git", exit code of #128 fatal: remote error: Repository not found.
Additional error details: fatal: remote error: Repository not found.
It looks like that repo is gone. I'll try to put in a fix soon.
Thank you!
Wasn't able to find a proper replacement, I think I need to rewrite a bit of javascript. For now, I've updated the examples to include the missing file, so the examples should run.
Hello guys,
bower require#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/nathanfaucett/require.js.git", exit code of #128 fatal: remote error: Repository not found.
how I can resolve this issue. Any hints?
Seems to be a recent issue with Bower. Run the following code which will force git to use https:// instead of git://
git config --global url."https://".insteadOf git://
Hi there. Trying to play with this (thanks for sharing), I've hit in the following dead end:
Any hints?
Thanks a lot Stephan