-
Notifications
You must be signed in to change notification settings - Fork 537
Description
I ran npm install and tried node main.js, but it shows me this:
MindServer running on port 8080
node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
at assert (node:internal/assert:14:11)
at cjsLoader (node:internal/modules/esm/translators:297:5)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
at ModuleJob.run (node:internal/modules/esm/module_job:263:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:540:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5) {
code: 'ERR_INTERNAL_ASSERTION'
}
Node.js v20.19.3
Agent process exited with code 1 and signal null
Agent process exited too quickly and will not be restarted.
I've tried to fix this with Claude, ChatGPT, Gemini but none of them has solved this problem. Please, if you know anything about this, please comment here... Thank you.
Note: It seems like I can't call andy to my world, as I'm not using GPT 4o mini, but using Gemini 2.0 Flash from AI Studio Free plan. Isn't it supposed to get gemini from profiles directory, as I only put API key of Gemini?