We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Non node.js environments may have issues building because of some packages and how they are imported.
To Reproduce
Make a worker, include eliza/core and attempt to build. It will throw an error similar to
✘ [ERROR] No loader is configured for ".node" files: node_modules/@anush008/tokenizers-darwin-universal/tokenizers.darwin-universal.node node_modules/@anush008/tokenizers/index.js:116:32: 116 │ ... nativeBinding = require('@anush008/tokenizers-darwin-universal')
Expected behavior
Build successful
Screenshots
PR incoming
The text was updated successfully, but these errors were encountered:
fastembed
Is this released, I'm still experiencing same issue
"next": "15.0.3", "@ai16z/adapter-supabase": "0.1.4-alpha.3", "@ai16z/eliza": "0.1.4-alpha.3",
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Non node.js environments may have issues building because of some packages and how they are imported.
To Reproduce
Make a worker, include eliza/core and attempt to build. It will throw an error similar to
Expected behavior
Build successful
Screenshots
PR incoming
The text was updated successfully, but these errors were encountered: