fedemotta / yii2-widget-datatables

DataTables widget for Yii2
MIT License
35 stars 28 forks source link

Problem with installation #3

Closed nordkite closed 9 years ago

nordkite commented 9 years ago

Cannot install this extension with Composer. I am getting error Problem 1

fedemotta commented 9 years ago

@KirillRyzhkov Try to run: composer global require "fxp/composer-asset-plugin:~1.0.0"

Let me know if it works. Cheers!

nordkite commented 9 years ago

Hi, fedemotta. I installed asset plugin but now I am getting this error asking me to enter a Token? Reading bower.json of bower-asset/datatables (1.9.0) Could not fetch https://api.github.com/repos/DataTables/DataTables/contents/bower.json?ref=2b126277fcc594174add7407fee2189c4aac980b, please create a GitHub OAuth token to go over the API rate limit ......... Token (hidden):

fedemotta commented 9 years ago

Try a composer self-update and try again. If the problem persist try the version 1.0.1 of the global plugin, I remember some issues with the latest version of the global plugin. Let me know if it works.

Cheers On Aug 12, 2015 10:55 AM, "KirillRyzhkov" notifications@github.com wrote:

Hi, fedemotta. I installed asset plugin but now I am gettin this error asking me to enter a Token? Reading bower.json of bower-asset/datatables (1.9.0) Could not fetch https://api.github.com/repos/DataTables/DataTables/contents/bower.json?ref=2b126277fcc594174add7407fee2189c4aac980b, please create a GitHub OAuth token to go over the API rate limit

— Reply to this email directly or view it on GitHub https://github.com/fedemotta/yii2-widget-datatables/issues/3#issuecomment-130314048 .

nordkite commented 9 years ago

Ok, extension is installed. Thanks for help.