yii2fullcalendar icon indicating copy to clipboard operation
yii2fullcalendar copied to clipboard

Problem with FullCalendar latest version

Open kongoon opened this issue 5 years ago • 10 comments

Now, i'm update composer with FullCalendar package latest version but it's show error The file or directory to be published does not exist: vendor/bower-asset/fullcalendar/dist

kongoon avatar Aug 18 '19 06:08 kongoon

+1. It seems like npm package is not built to the dist folder

RStuffGit avatar Aug 21 '19 09:08 RStuffGit

+1

michallo64 avatar Aug 21 '19 12:08 michallo64

Unfortunately the last version of fullcalendar supported by this extension is 3.9.0. The last version is currently broken. Use "philippfrenzel / yii2fullcalendar": "3.9.0". see #139 .

matteo-cerioni avatar Aug 22 '19 10:08 matteo-cerioni

+1

mingchi21 avatar Aug 28 '19 13:08 mingchi21

maybe it will help https://github.com/philippfrenzel/yii2fullcalendar/pull/151

rumours86 avatar Sep 02 '19 09:09 rumours86

in our project i added in composer.json

	"conflict": {
		"bower-asset/fullcalendar": "^4.3.0"
	},

rumours86 avatar Sep 02 '19 10:09 rumours86

With @rumours86 solution, I'm getting: philippfrenzel/yii2fullcalendar 3.9.0 requires bower-asset/fullcalendar-scheduler ^1.9.2@stable -> no matching package found.

mcki0127 avatar Sep 21 '19 00:09 mcki0127

Finally got it to work. I'm not sure what was causing the problem.

mcki0127 avatar Oct 04 '19 20:10 mcki0127

Did any one found solution?

prajwaledz avatar Mar 27 '24 07:03 prajwaledz