bibekg / react-schedule-selector

A mobile-friendly when2meet-style grid-based schedule selector
MIT License
147 stars 51 forks source link

Trouble installing #30

Closed maddie-wang closed 4 years ago

maddie-wang commented 4 years ago

when I npm install this plugin, I get:

https://paste.thezomg.com/75610/00978693/

Even when I've run npm i date-fn, I'm still running into this issue.

Do I have the wrong version of date-fn? I have date-fns@2.16.1

Please help me out! I would really appreciate it, this is a sexy version of when2meet!!

image

maddie-wang commented 4 years ago

the fix was:

npm install --save date-fns@1.30.1

THIS IS AMAZING!

image

bibekg commented 4 years ago

Glad it worked out! But it is a bit odd that the date-fns dependency didn't auto-install for you when you installed this library. 🤔