GenkitG
Genkit•16mo ago•
3 replies
improved-purple

I'm a little stuck on the process of

I'm a little stuck on the process of playing around the with testapps listed here: https://github.com/firebase/genkit/tree/main/js/testapps.

I've cloned the repo, run pnpm install in the root and in the specific test app(eval in this case). When I run genkit start I get a lot of errors like:


Cannot find module '@genkit-ai/ai/evaluator' or its corresponding type declarations.
 } from '@genkit-ai/ai/evaluator';


as if the packages are not installed. Am I missing a simple step?
Was this page helpful?