Troubleshooting

Common issues and solutions when working with the Agentuity JavaScript SDK

This section covers common issues you might encounter when working with the Agentuity JavaScript SDK and provides solutions to help you resolve them.

Node.js Version Issues

Issue: Errors related to unsupported JavaScript features or syntax.

Solution:

  1. Verify your Node.js version meets the minimum requirement (v22+):
    $
    node --version
  2. If you're using an older version, upgrade Node.js:
    $
    nvm install 22
    $
    nvm use 22
  3. If you can't upgrade Node.js, consider using a transpiler like Babel to support newer syntax in older environments.

Getting Additional Help

If you're still experiencing issues after trying the troubleshooting steps above:

  1. Check the Agentuity documentation for updates and additional information.
  2. Join the Agentuity Discord to ask questions and get help from other developers.
  3. File an issue on the GitHub repository if you believe you've found a bug.

Need Help?

Join our DiscordCommunity for assistance or just to hang with other humans building agents.

Send us an email at hi@agentuity.com if you'd like to get in touch.

Please Follow us on

If you haven't already, please Signup for your free account now and start building your first agent!

On this page