Description
When trying the TypeScript demo according to the online instructions, agentcore dev produces:
Failed to install Node dependencies: unknown error
Steps to Reproduce
agentcore create --name MyTsAgent --no-agent
cd MyTsAgent
agentcore add agent --name TsAgent --type create --build CodeZip --language TypeScript --framework Strands --model-provider Bedrock --memory none
agentcore dev
These instructions are exactly according to Get started with the AgentCore CLI in TypeScript
They were performed on Windows 11 using Git Bash for Windows.
Expected Behavior
AgentCore runs in dev mode with no errors.
Actual Behavior
Starting web UI...
Log: agentcore\.cli\logs\dev\dev-20260819-075425.log
Chat UI: http://localhost:8081
Press Ctrl+C to stop
Web UI: [TsAgent] Failed to install Node dependencies: unknown error
In the web UI:
- AgentCore agent inspector:
Error
Failed to install Node dependencies: unknown error
Failed to install Node dependencies: unknown error
The indicated log provides nothing further:
================================================================================
AGENTCORE DEV LOG
Command: dev
Started: 2026-08-19T12:54:25.122Z
================================================================================
CLI Version
0.27.0
Operating System
Windows
Additional Context
No response
Description
When trying the TypeScript demo according to the online instructions,
agentcore devproduces:Steps to Reproduce
agentcore create --name MyTsAgent --no-agentcd MyTsAgentagentcore add agent --name TsAgent --type create --build CodeZip --language TypeScript --framework Strands --model-provider Bedrock --memory noneagentcore devThese instructions are exactly according to Get started with the AgentCore CLI in TypeScript
They were performed on Windows 11 using Git Bash for Windows.
Expected Behavior
AgentCore runs in dev mode with no errors.
Actual Behavior
In the web UI:
ErrorFailed to install Node dependencies: unknown errorFailed to install Node dependencies: unknown errorThe indicated log provides nothing further:
CLI Version
0.27.0
Operating System
Windows
Additional Context
No response