appwrite / demo-todo-with-react

A basic demo example for integrating between Appwrite & React JS 💙
https://appwrite-todo-with-react.vercel.app
MIT License
201 stars 128 forks source link

Fix Chokidar Not Found (🥚?) #26

Closed AmreshSinha closed 2 years ago

AmreshSinha commented 2 years ago

Minor PR. I was trying this app but was getting the error

Error: No version of chokidar is available. Tried chokidar@2 and chokidar@3.
You could try to manually install any chokidar version.
chokidar@3: Error: Cannot find module 'chokidar'

So I added chokidar installed the recent version of chokidar. And now it's working. I don't know if it's an easter egg or not xd.

Meldiron commented 2 years ago

I could not reproduce this issue 😶 And no, this is not easter egg.