This repository was archived by the owner on Jan 26, 2024. It is now read-only.
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
π Bug Report: Cannot convert undefined or null to objectΒ #35
Open
Description
π 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?
- I have read the Code of Conduct