adobe-webplatform / eve

Custom events…
http://dmitry.baranovskiy.com/eve/
Apache License 2.0
316 stars 111 forks source link

https://github.com/DmitryBaranovskiy/eve.git, could not load a package from it #33

Closed vv12131415 closed 4 years ago

vv12131415 commented 6 years ago

I can't find the previous version of the package with bower, I mean this one https://github.com/DmitryBaranovskiy/eve , could you please leave there or make an redirect to this lib from previous repo?

platx commented 6 years ago

I got the same issue today when was updating composer dependencies. Can not install a project due this error. Error:

[Composer\Repository\InvalidRepositoryException]
No valid bower.json was found in any branch or tag of https://github.com/Dm
itryBaranovskiy/eve.git, could not load a package from it.

zmiftah commented 6 years ago

Any news on this? It has been a while now. I can't install package from kartik-v/yii2-widget-datepicker

vv12131415 commented 6 years ago

@platx @zmiftah as a workaround install in with specific commit see stackoverflow

muet84 commented 5 years ago

I have following in my composer.json and now this issue fixed. You may take out installer-paths if not required in case.

"config": { "fxp-asset": { "installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" }, "repositories": { "bower-asset/eve": { "type": "bower-vcs", "url": "https://github.com/adobe-webplatform/eve.git" } } }, "process-timeout": 1800 }

nurbeknurjanov commented 5 years ago

I have following in my composer.json and now this issue fixed. You may take out installer-paths if not required in case.

"config": { "fxp-asset": { "installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" }, "repositories": { "bower-asset/eve": { "type": "bower-vcs", "url": "https://github.com/adobe-webplatform/eve.git" } } }, "process-timeout": 1800 }

thank u man