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

Issue generating components #42

Open
Elliot-Construct opened this issue May 9, 2024 · 0 comments
Open

Issue generating components #42

Elliot-Construct opened this issue May 9, 2024 · 0 comments

Comments

@Elliot-Construct
Copy link

It errors after creating a substantial amount of code and then the api.js just terminates with this message

Please note; I had another thing on port 3000 so had to move it to 9064 (opnv)
I changed localhost:3000 to localhost 9064 in views and browse. Hopefully that doesn't cause an issue somewhere in the pipeline.

pass 3/7
> init : passes/validate-check-generated-component
/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:127
  return jsxElements.filter((e) => e[0].toUpperCase() === e[0]);
                                    ^

TypeError: Cannot read properties of undefined (reading '0')
    at /home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:127:37
    at Array.filter (<anonymous>)
    at _babel_extract_nodes (/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:127:22)
    at validate (/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:384:32)
    at Object.run (/home/construct-ai/openv0/openv0/server/modules/multipass/passes/validate-check-generated-component/index.js:489:16)
    at run (/home/construct-ai/openv0/openv0/server/modules/multipass/index.js:31:65)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Object.preset (/home/construct-ai/openv0/openv0/server/modules/multipass/index.js:80:10)
    at async /home/construct-ai/openv0/openv0/server/api.js:155:21

Node.js v20.11.0
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