hashgraph / hashgraph/hedera-agent-kit-js
Warnings when installing packages on agent kit set up
- Dominant language
- TypeScript
- Stars
- 67
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
```bash
(base) ➜ hedera-agent-kit-test npm install hedera-agent-kit @langchain/openai @langchain/core langchain @hashgraph/sdk dotenv
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
added 544 packages, and audited 545 packages in 31s
70 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
(base) ➜ hedera-agent-kit-test
```
Contributor guide
Research direction
The issue provides only the npm install command and its deprecation warnings, with no files or tests named. Start by reproducing that command and inspect the installed dependency tree to identify which package introduces each warning. Done should mean the expected installation behavior and the handling of those warnings are clearly established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100