Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempts to read from non-existent file when environment is in bad state #60

Open
emmahyde opened this issue Aug 11, 2024 · 0 comments
Open

Comments

@emmahyde
Copy link

╰─❯ micro-agent $TEST_FILENAME -t "bundle exec m"
┌  🦾 Micro Agent
│
◇  Running tests...
Migrations are pending. To resolve this issue, run:
│
│           bin/rails db:migrate RAILS_ENV=test
│
│   You have 1 pending migration:
│
│   20240809185934_add_states_to_gloria_requests.rb
│   Shutting down Karafka producer...
│
│
◇  Generating code...

✖ ENOENT: no such file or directory, open ''
    at async open (node:internal/fs/promises:636:25)
    at async readFile (node:internal/fs/promises:1246:14)
    at async generate (file:///Users/emmahyde/.local/share/nvm/v20.14.0/lib/node_modules/@builder.io/micro-agent/dist/cli.mjs:1184:20)
    at async runOne (file:///Users/emmahyde/.local/share/nvm/v20.14.0/lib/node_modules/@builder.io/micro-agent/dist/cli.mjs:1516:34)
    at async run (file:///Users/emmahyde/.local/share/nvm/v20.14.0/lib/node_modules/@builder.io/micro-agent/dist/cli.mjs:1555:20)
    at async runAll (file:///Users/emmahyde/.local/share/nvm/v20.14.0/lib/node_modules/@builder.io/micro-agent/dist/cli.mjs:1596:20)
    at async file:///Users/emmahyde/.local/share/nvm/v20.14.0/lib/node_modules/@builder.io/micro-agent/dist/cli.mjs:1780:7

    micro-agent v0.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant