fullcalendar / fullcalendar-react

The official React Component for FullCalendar
https://fullcalendar.io/docs/react
MIT License
2.09k stars 110 forks source link

@fullcalendar/moment-timezone Not working properly with Yarn #179

Closed ABAschedules closed 2 years ago

ABAschedules commented 2 years ago

It is the same error message as https://github.com/fullcalendar/fullcalendar/issues/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)

acerix commented 2 years ago

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.