Skip to content
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

TypeError: Cannot read properties of undefined (reading 'indexOf') #988

Open
2 of 3 tasks
mohamedsalem331 opened this issue Jun 2, 2024 · 0 comments
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@mohamedsalem331
Copy link

mohamedsalem331 commented Jun 2, 2024

What happened?

this issue is same i guess as #5084, it happened when i was trying to run the dev server or building it. i tried to run pnpm dev --verbose but wasn't very helpful.

But after couple of hours i figured out that the problem was with node version 21.0 had some incompatible issues with parcel package, i solved the issue by simply updating nodejs from 21.0 to 21.4, this solved the issue for me.

iam not sure if this issue happened to others but if yes i suggest we can add warning during bootstrap process or after that nodejs version 21.0 has issues and downgrading it or updating node to latest is required.

Version

Latest

What OS are you seeing the problem on?

Windows

What browsers are you seeing the problem on?

Chrome

Relevant log output

TypeError: Cannot read properties of undefined (reading 'indexOf')
Command failed with exit code 1

(OPTIONAL) Contribution

  • I would like to fix this BUG via a PR

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@mohamedsalem331 mohamedsalem331 added the bug Something isn't working label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant