You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By initializing the project with npx genkit, it can be successful executed in version 0.5.x, but it shows "could not determine executable to run" in the latest 0.9.0 version.
To Reproduce
Steps to reproduce the behavior:
npx genkit@latest init
But it works with:
npx genkit@0.5.17 init
Expected behavior
Show select a runtime initalize instruction.
Screenshots
Desktop (please complete the following information):
OS: macOS
Additional context
None.
The text was updated successfully, but these errors were encountered:
@apascal07 Thank you for the update, but I found that the behavior of the cli has also changed, for example, the project no longer compiles automatically (I haven't tested the behavior of node, but it's like this for Go projects). This part of the operation also needs to be updated.
Describe the bug
By initializing the project with
npx genkit
, it can be successful executed in version 0.5.x, but it shows "could not determine executable to run" in the latest 0.9.0 version.To Reproduce
Steps to reproduce the behavior:
But it works with:
Expected behavior
Show select a runtime initalize instruction.
Screenshots
Desktop (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: