-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Tooling] Error in app process #625
Comments
Same issue here when I run
Note: I noticed that OS: |
I'm not sure if this has any relation to my previous observation about the Here are the contents of that file on my system:
Note that I still get the above ENOENT error even when there is an |
The Next.js docs don't mention running I haven't been able to reproduce the error by cloning the repo @dario-digregorio provided. I'll try with a new Next.js project. EDIT: I've reproduced this by following the docs in a brand new Next.js project Ah the problem is something doesn't have executable permissions. Doing Actually when i do a fresh install of Genkit globally, the node_modules for the tools package doesn't exist at all now, weird. Seems relevant, I think this is part of the problem: https://github.com/firebase/genkit/blob/main/genkit-tools/common/src/runner/runner.ts#L180 |
Describe the bug
I just followed the nextJS example in the docs and get this error:
I have an repo which you can see the error.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/dario-digregorio/genkit-example
genkit start
Expected behavior
Should start Genkit
Desktop (please complete the following information):
v20.15.1
The text was updated successfully, but these errors were encountered: