-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
@elizaos/[email protected] has incorrect workspace dependency reference #2721
Comments
Hello @genialtechie! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor! |
I used
|
@shakkernerd this needs an immediate hotfix |
Any updates on it? @shakkernerd |
@shakkernerd Maybe i may fix it and create PR? |
nah needs an owner that can push to npm to fix it, it would just be changing these lines to reflect the published packages on npm
|
Alright, I just published new changes to the npm registry and all these errors should be fixed. |
Describe the bug
Installation fails when using pnpm due to an incorrect workspace dependency reference in
@elizaos/[email protected]
. The package incorrectly references@elizaos/core
using a workspace protocol (workspace:*
) instead of a proper version number.To Reproduce
pnpm install
Expected behavior
The package should install successfully using pnpm. The
@elizaos/plugin-tee-log
package should reference@elizaos/core
using a proper version number (e.g. "0.1.8") instead of using workspace protocol.Additional context
@elizaos/[email protected]
which is a dependency of@elizaos/[email protected]
The text was updated successfully, but these errors were encountered: