You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had codemirror in my project (conquer/codemirror), which has
public $sourcePath = '@bower/codemirror';
in its Asset file. Doing composer update or composer require produces this error:
- Installation request for conquer/codemirror ^2.0 -> satisfiable by conquer/codemirror[2.0].
- conquer/codemirror 2.0 requires bower-asset/codemirror * -> no matching package found.
All the other publishers have the same issue. How to deal with this? Was this plugin not supposed to move that to its folder? It has done that with jquery (from Yii2) and others.
Does that mean when we use this plugin we cannot require Assets that rely on @bower/....?
Thanks!
The text was updated successfully, but these errors were encountered:
I had codemirror in my project (conquer/codemirror), which has
in its Asset file. Doing
composer update
orcomposer require
produces this error:All the other publishers have the same issue. How to deal with this? Was this plugin not supposed to move that to its folder? It has done that with jquery (from Yii2) and others.
Does that mean when we use this plugin we cannot require Assets that rely on @bower/....?
Thanks!
The text was updated successfully, but these errors were encountered: