aws-samples / aws-genai-conversational-rag-reference

AWS Generative AI Conversational RAG Reference (Galileo)
https://aws-samples.github.io/aws-genai-conversational-rag-reference
Apache License 2.0
63 stars 20 forks source link

The field "pnpm" was found #120

Open alexeyshishkin01 opened 1 month ago

alexeyshishkin01 commented 1 month ago

Describe the bug

in cloud9 I have the following warning message

cloud9:~/environment/aws-genai-conversational-rag-reference (mainline) $ pnpm install .../generated/infrastructure/typescript |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/generated/infrastructure/typescript/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. .../typescript-react-query-hooks |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/generated/libraries/typescript-react-query-hooks/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. demo/api/generated/runtime/typescript |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/generated/runtime/typescript/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. demo/api/interceptors/typescript |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/interceptors/typescript/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. demo/corpus/logic |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/corpus/logic/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.  WARN  6 other warnings

Expected Behavior

no such warnings

Current Behavior

cloud9:~/environment/aws-genai-conversational-rag-reference (mainline) $ pnpm install .../generated/infrastructure/typescript |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/generated/infrastructure/typescript/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. .../typescript-react-query-hooks |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/generated/libraries/typescript-react-query-hooks/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. demo/api/generated/runtime/typescript |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/generated/runtime/typescript/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. demo/api/interceptors/typescript |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/api/interceptors/typescript/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead. demo/corpus/logic |  WARN  The field "pnpm" was found in /home/ubuntu/environment/aws-genai-conversational-rag-reference/demo/corpus/logic/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.  WARN  6 other warnings

Reproduction Steps

pnpm install

Possible Solution

No response

Additional Information/Context

No response

Environment details (OS name and version, etc.)

cloud9:~/environment $ pnpm run prerequisite-check  ERR_PNPM_NO_SCRIPT  Missing script: prerequisite-check Command "prerequisite-check" not found.