BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.54k stars 201 forks source link

Micro-Agent Hangs with Flashing Cursor #50

Open boogieking opened 1 month ago

boogieking commented 1 month ago

Description: I am experiencing an issue with micro-agent where it hangs with a flashing cursor and does not proceed. Below are the detailed steps and outputs from the troubleshooting process.

Steps to Reproduce:

Installed Node.js v22.4.1 and npm v10.8.1. Installed micro-agent using npm install -g @builder.io/micro-agent. Ran micro-agent with debug logging enabled. Observed deprecation warning for the punycode module and the program hanging without further progress. Commands and Outputs: node -v: v22.4.1

npm -v: 10.8.1

npm list -g --depth=0:

C:\Users\cam\AppData\Roaming\nvm\v22.4.1 +-- @builder.io/micro-agent@0.1.4 +-- corepack@0.28.2 `-- npm@10.8.1 Deprecation Warning:

(node:24024) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created) Module Not Found Error:

node:internal/modules/cjs/loader:1222 throw err; ^ Error: Cannot find module '@builder.io/micro-agent' Require stack:

Node.js v22.4.1 Additional Information: The issue occurs in both PowerShell and Command Prompt. Network connectivity is verified. Running node --trace-deprecation -e "require('@builder.io/micro-agent')" results in a module not found error. Environment: Windows 11 [Version 10.0.22631.3810] Debug and environment variables set: DEBUG: micro-agent:* NODE_NO_WARNINGS: 1

danividalg commented 1 month ago

Hi, I have the same problem Any solution ? Thanks :)

boogieking commented 1 month ago

@danividalg No solution yet

danividalg commented 1 month ago

Ok, thanks for reply Any approx date expected ?