-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run dev not working for me in sanity v3 #5373
Comments
Yep, I have the same issue. But in my case I get 'TypeError: Cannot read properties of undefined (reading 'toLowerCase')' const userAgentContains = (string) => typeof navigator !== "undefined" && Hopefully this will be fixed in a future release or update. |
@Avii69: Node v16 is no longer maintained, please upgrade to v18, v20 (or >=v21.1.0) and see if it helps. @francislagares: This looks like a duplicate of #5087 and #5183. Please try with Node v18, v20 or a version higher than v21.1.0. |
@bjoerge : I have updated to node v 21.4.0 but still getting the same issue . |
@Avii69 Running |
I am trying sanity for the first time.
After installing all dependencies, I use npm run dev, but it's stuck on
✔ Checking configuration files...
How to debug this?
Node: 16.13.0
sanity studio v3
The text was updated successfully, but these errors were encountered: