philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
132 stars 95 forks source link

dist folder in bower-asset/fullcalendar #152

Open enriquemolinari opened 4 years ago

enriquemolinari commented 4 years ago

Hi, After installing latest version of fullcalendar, I get the error that the folder: "vendor/bower-asset/fullcalendar/dist", does not exists. Looking here: https://asset-packagist.org/package/bower-asset/fullcalendar, I see that the latest two versions (4.3.1 and 4.3.0) does not have the dist folder and the folder structure change a lot compared with previous versions. Is there something wrong? This might be a duplicate of the issue #91. Thanks much!

vadim-bulochnik commented 4 years ago

The same problem. Tried different ways, but without success.

spacePeds commented 4 years ago

I am running into the same problem as well

chunlaw commented 4 years ago

Exactly the same problem.

samirmember commented 4 years ago

Facing the same issue

v4ssi404 commented 4 years ago

https://github.com/fullcalendar/fullcalendar/issues/5223

I have asked why the dist folder is not there anymore also on different v4 (from v4.3.0 to 4.2.0) they are not entered in details.

This is basically outdated and no more supported (it seems)

kasoft commented 4 years ago

Same Problem with me

veronicavg commented 4 years ago

Same Problem with me

mdotkhaleghi commented 4 years ago

Same Problem with me

msh-shf commented 4 years ago

Same problem!!!!!!!

shivendrahandysolver commented 4 years ago

facing the same issue.

Abduhalilbek commented 3 years ago

Ihave this problem

AmbrocioIsaias2808 commented 3 years ago

same here

shivendrahandysolver commented 2 years ago

Downgrading to 2.5.3 worked for me.

Aljebaay commented 2 years ago

Same Problem

bitsnaps commented 2 years ago

I had that conflict with bower-asset/fullcalendar with PHP 5.6, here is the error message I got while trying to install philippfrenzel/yii2fullcalendar with composer:

    - Root composer.json requires philippfrenzel/yii2fullcalendar ^4.0 -> satisfiable by philippfrenzel/yii2fullcalendar[4.0.2].
    - philippfrenzel/yii2fullcalendar 4.0.2 requires bower-asset/fullcalendar ^4.0.2@stable -> found bower-asset/fullcalendar[v4.0.2, ..., v4.4.3] but the package is fixed to v3.10.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

I fixed this by downgrading philippfrenzel/yii2fullcalendar to the most recent working version for me was composer require philippfrenzel/yii2fullcalendar:3.6.7.

asadbekkuz commented 10 months ago

Same as me.

prajwaledz commented 3 months ago

Did any one found solution?