-
Notifications
You must be signed in to change notification settings - Fork 117
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
Node 0.10 support #22
Comments
I am getting some random errors sometime (so it seems), was just going to open up a git issue for that,but maybe it is just an issue with Node 0.10: Basically when I run grunt bower, it says everything done fine. But then it just did not download: Source file "app/lib/d3/d3.js" not found. And sometimes I get (when running grunt bower): This is all on windows btw. I know this are no detailed error messages right now but I will try to provide more details when I find more time. EDIT: Ok, the d3.js error just comes up with 3.1.5 but not with 3.1.4 |
Looks related to isaacs/rimraf#21. |
@yatskevich Node 0.10 is covered in Bower 0.9.0+ It fixes one of the bigger bugs in temp file management as well that has been plaguing me - bower/bower#345 Note that this version also includes support for the rename from |
I still see it with node.js v0.10.7 and bower v1.0.0 {
"name": "My Project",
"version": "1.0.0",
"main": "js/main.js",
"dependencies": {
"jquery": "1.10.2",
"jquery-ui": "1.10.3",
"jquery.cookie": "1.3.1",
"backbone": "1.0.0",
"backbone.babysitter": "0.0.6",
"backbone.eventbinder": "1.0.2",
"backbone.marionette": "1.0.4",
"backbone.mutators": "0.4.0",
"backbone.wreqr": "0.2.0",
"backbone.localStorage": "1.1.6",
"backbone-deep-model": "0.10.4",
"bootstrap": "2.3.2",
"font-awesome": "3.2.1",
"bootstrap-tour": "0.5.0",
"x-editable": "1.4.5",
"underscore": "1.5.1",
"requirejs": "2.1.8",
"purl": "2.3.1",
"text": "2.0.7",
"iscroll": "5.0.4"
},
"resolutions": {
"jquery": "1.10.2",
"underscore": "1.5.1",
"bootstrap": "2.3.2"
}
} It seems like the error happens on x-editable install |
Still happening with node 0.10.15 and bower 1.0.3: {
"name": "test",
"version": "0.0.0",
"main": ["./js/test.js"],
"dependencies": {
"file-api": "https://github.com/mailru/FileAPI/archive/gh-pages.zip",
"jquery-jsonrpc": "https://github.com/datagraph/jquery-jsonrpc/archive/master.zip"
}
} |
Still happening with node 0.10.15 and bower 1.3.3 |
This is more of a placeholder than anything else... at the moment, there's nothing you can do. Bower is stuck waiting on
unzip
and a few others NPM packages to be fixed before they'll fully support Node 0.10.I tried the
0.8.6
version of Bower which is supposed to work, but in my case, it didn't.bower/bower#337
bower/bower#312
bower/bower#314
The text was updated successfully, but these errors were encountered: