appwrite / demo-todo-with-react

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

🐛 Bug Report: Cannot convert undefined or null to object #35

Open bildungsroman opened 2 years ago

bildungsroman commented 2 years ago

👟 Reproduction steps

Clone the repo, run npm install.

👍 Expected behavior

Successful installation of dependencies.

👎 Actual Behavior

The installation fails with

➜  demo-todo-with-react git:(main) ✗ npm i
npm ERR! Cannot convert undefined or null to object

After brief googling, I suspect this may be related to tailwind, but updating tailwind versions did not fix the issue.

🎲 Appwrite version

Version 0.10.x

💻 Operating system

MacOS

🧱 Your Environment

npm v8.4.0, node v16.4.1

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

christyjacob4 commented 2 years ago

Thank you for raising this @bildungsroman 👍 @Meldiron Please take a look

lohanidamodar commented 2 years ago

@bildungsroman @christyjacob4 Using Yarn instead of NPM solved the issue for me.

christyjacob4 commented 2 years ago

@bildungsroman please use yarn to install the dependencies until we are able to narrow down the issue and fix it . Thank you for being patient with us :)

lohanidamodar commented 2 years ago

Found the related bug in NPM, https://github.com/npm/cli/issues/4313 Solution is to use npm install --no-audit or yarn

prathamesh3707 commented 9 months ago

i can do it! please assign