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

"No driver found" error #28

Closed
trntv opened this issue Sep 19, 2014 · 14 comments
Closed

"No driver found" error #28

trntv opened this issue Sep 19, 2014 · 14 comments
Assignees
Milestone

Comments

@trntv
Copy link

trntv commented Sep 19, 2014

When installing packages i get this:
No driver found to handle Asset VCS repository http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js
as i understand bower may handle with urls as dependency
http://stackoverflow.com/questions/19348076/installing-a-dependency-with-bower-from-url-and-specify-version

@francoispluchino
Copy link
Member

Because the plugin sees the URL as a URL for a VCS repository. I did not expected this scenario, but if it is native to Bower, then it must be included.

@francoispluchino francoispluchino added this to the 1.0.0 milestone Sep 19, 2014
@francoispluchino
Copy link
Member

@trntv Can you give me your composer.json file, please?

@francoispluchino francoispluchino self-assigned this Sep 25, 2014
@trntv
Copy link
Author

trntv commented Sep 25, 2014

I`ve already rewrite it, but i guess the problem was in bower "admin-lte" package.

@ilyar
Copy link

ilyar commented Sep 25, 2014

Me too received such an error.
In order to reproduce a similar error, it is necessary in the composer.json file:

    "require": {
        ...
        "bower-asset/morrisjs": ">=0.5.1",
        ...
    }

The error is obtained from the dependence:

morrisjs/morris.js/bower.json:

    "devDependencies": {
        ...
        "sinon": "http://sinonjs.org/releases/sinon-1.8.1.js",
        ...
    }

@francoispluchino
Copy link
Member

@trntv, @ilyar Ok, thanks, I'll try to fix this problem this weekend or the next week.

@qiansen1386
Copy link

@francoispluchino same issue here when i try to install AdminLTE theme for my yii project. Could we downgrade to beta1 or alpha release to avoid this issue? Or there are upcoming beta3 available soon?

No worry, I was just asked this question, take your time. Thank you for your work.

@francoispluchino
Copy link
Member

@qiansen1386 I currently work on this feature!

Current versions don't support this feature. The dev version should be able to manage this feature by tonight or tomorrow (France).

A Beta 3 will be released when all the issues of the milestone 1.0.0 will close (I hope soon).

@francoispluchino
Copy link
Member

@qiansen1386 I don't understand your problem with AdminLTE. There are no bower.json file, so it's not about this Issue.

What is your problem? (thank you to create a new issue in this case)

@qiansen1386
Copy link

Em, may be it is not relavent to AdminLTE, but I got exact the same Exception with trntv's.
4 l c 9 3 v chw0c6zgiay

No driver found to handle Asset VCS repository
http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js

@qiansen1386
Copy link

One of the dependency required sparkline.js.
As I know, sparkline should be a github repo, but somehow it was referring to http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js.

@francoispluchino
Copy link
Member

Ok, I just watched all versions of AdminLTE, and some versions have the bower.json file.

@francoispluchino
Copy link
Member

I finished my patch, I still have to write the tests, and optimize the code a bit. You'll be able to test with the dev version of the plugin.

@qiansen1386
Copy link

Thanks a lot. Sorry for the bothering.:+1:

@francoispluchino
Copy link
Member

Fixed by 9c69ed7.

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

No branches or pull requests

4 participants