-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fix frontend to run using yarn #1021
Comments
Thanks a lot for this issue, @Hasteerp! Would you have interest in looking in to this? We can also save it till you're done with the other issue. |
Sure @andrewtavis , I would be happy to take this up once I am done working on the other issue. |
Let's write when you're done with the other one then :) Thanks again! |
Found what I think is the root cause: nuxt/nuxt#29744 I tried changing "resolutions": {
"chokidar": "3.6.0",
"playwright-core": "1.45.1"
} Reran
|
destroying and recreating my environment with |
Do you think anything else is needed here, @cquinn540? |
Terms
Behavior
Current Behavior:
When you follow the steps under Contributing.md to run frontend using Yarn. It gives the following error.
The error suggests too many open files. Possible error is too many file watchers.
Expected Behavior:
Frontend should run locally using yarn. It should run without file watchers or an option to turn off these file watchers when trying to run locally. It should not try to open watchers in
node_modules
.The text was updated successfully, but these errors were encountered: