-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix: Resolved @xenova/transformers version issue and re-initialized c… #845
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
base: main
Are you sure you want to change the base?
Conversation
|
Seems like there a bunch of other things happening in the PR too, care to explain? |
|
This didn't resolve the issue for me. Still getting the same error. EDIT: initialized without scripts, and it worked. 💪 |
|
Hi @BartDuwez and @veraset-marketing, |
|
@Tokeneyez420 wanted to follow up to say that it DID work. This is the first time I've ever applied a fix from GitHub anywhere to anything. When that Claude-flow MCP came back online, it was a satisfying moment. Thanks for the contribution! |
|
Hi @veraset-marketing, |
|
@Tokeneyez420 perhaps I'm not understanding you correctly, but the only changes I see now is that you added the metrics folder into the .gitignore file, which triggers the removal of some of those metric files... |
Hi team, This pull request resolves the @xenova/transformers version error (as reported in #843) that was preventing claude-flow from initializing correctly. To fix it, I performed the following steps:
Removed pnpm-lock.yaml, node_modules, and package-lock.json to ensure a clean state.
Cleared the npm cache (npm cache clean --force).
Re-initialized claude-flow using npx claude-flow@alpha init --force.
I've confirmed locally that the initialization command now completes successfully without the previous error. This should address the issue described in #843. Please let me know if you have any questions or need further review! Thanks,