🐛 Bug Report: Cannot convert undefined or null to object
👟 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?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
Thank you for raising this @bildungsroman 👍 @Meldiron Please take a look
@bildungsroman @christyjacob4 Using Yarn instead of NPM solved the issue for me.
@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 :)
Found the related bug in NPM,
https://github.com/npm/cli/issues/4313
Solution is to use npm install --no-audit or yarn
i can do it! please assign