fullcalendar / fullcalendar-react

The official React Component for FullCalendar

Home Page:https://fullcalendar.io/docs/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@fullcalendar/moment-timezone Not working properly with Yarn

ABAschedules opened this issue · comments

It is the same error message as fullcalendar/fullcalendar#4530

It works when I use npm install --save @fullcalendar/moment-timezone

but it doesnt work when I use yarn add @fullcalendar/moment-timezone

My project requires Yarn

Can you fix this in Yarn? (Not reproducible with code)

I tried this example project and have no issue installing or building with yarn:

https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/moment-timezone

Please post a runnable, stripped-down demonstration or steps to reproduce the error if there is a bug.