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
~/labs/genkit-chat
❯ genkit init
Error: The runtime could not be detected or is not supported. Supported runtimes: node
genkit init at bare minimum should do an npm init if package.json isn't present.
More better if:
~/labs/genkit-chat
❯ genkit init
? App name
genkit-demo # mkdir and cd? Select the deployment platform:
Firebase
? Select the deployment platform: Node.js
? Select the model provider:
❯ Google AI
? Select the model provider: Google AI
The text was updated successfully, but these errors were encountered:
/tmp/foo
❯ node --version
v20.5.1
/tmp/foo
❯ genkit --version
0.5.1
/tmp/foo
❯ genkit init
Error: The runtime could not be detected or is not supported. Supported runtimes: node
/tmp/foo
❯ ls
~/labs/genkit-chat ❯ genkit init Error: The runtime could not be detected or is not supported. Supported runtimes: node
genkit init
at bare minimum should do annpm init
ifpackage.json
isn't present.More better if:
The text was updated successfully, but these errors were encountered: