Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

πŸ› Bug Report: Cannot convert undefined or null to object #35

Open
2 tasks done
bildungsroman opened this issue Apr 13, 2022 · 5 comments
Open
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@bildungsroman
Copy link

πŸ‘Ÿ 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?

  • I checked and didn't find similar issue

🏒 Have you read the Code of Conduct?

@bildungsroman bildungsroman added the bug Something isn't working label Apr 13, 2022
@christyjacob4
Copy link
Member

Thank you for raising this @bildungsroman πŸ‘
@Meldiron Please take a look

@lohanidamodar
Copy link
Member

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

@christyjacob4
Copy link
Member

@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
Copy link
Member

Found the related bug in NPM,
npm/cli#4313
Solution is to use npm install --no-audit or yarn

@prathamesh3707
Copy link

i can do it! please assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants