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

[BUG] Replit setup error due to depedency conflict #2391

Open
yangcheng opened this issue May 11, 2024 · 0 comments
Open

[BUG] Replit setup error due to depedency conflict #2391

yangcheng opened this issue May 11, 2024 · 0 comments
Labels
setup Setup related issues

Comments

@yangcheng
Copy link

Describe the bug
Unable to install flowise on replit following the documentation
To Reproduce
Steps to reproduce the behavior:

  1. go to replit
  2. create node.js repl, and run npm install -g flowise

Expected behavior
Able to install flowise without issue
Screenshots

~/FlowiseAI$ npm install -g flowise
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: chromadb@1.7.3
npm WARN Found: @google/generative-ai@0.8.0
npm WARN node_modules/flowise/node_modules/llamaindex/node_modules/@google/generative-ai
npm WARN   @google/generative-ai@"^0.8.0" from llamaindex@0.2.13
npm WARN   node_modules/flowise/node_modules/llamaindex
npm WARN     llamaindex@"^0.2.1" from flowise-components@1.7.2
npm WARN     node_modules/flowise/node_modules/flowise-components
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peerOptional @google/generative-ai@"^0.1.1" from chromadb@1.7.3
npm WARN node_modules/flowise/node_modules/llamaindex/node_modules/chromadb
npm WARN   chromadb@"~1.7.3" from llamaindex@0.2.13
npm WARN   node_modules/flowise/node_modules/llamaindex
npm WARN 
npm WARN Conflicting peer dependency: @google/generative-ai@0.1.3
npm WARN node_modules/@google/generative-ai
npm WARN   peerOptional @google/generative-ai@"^0.1.1" from chromadb@1.7.3
npm WARN   node_modules/flowise/node_modules/llamaindex/node_modules/chromadb
npm WARN     chromadb@"~1.7.3" from llamaindex@0.2.13
npm WARN     node_modules/flowise/node_modules/llamaindex
npm notice 
npm notice New minor version of npm available! 10.2.4 -> 10.7.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.7.0
npm notice Run npm install -g npm@10.7.0 to update!
npm notice 
npm ERR! code ENOTEMPTY
npm ERR! syscall rename
npm ERR! path /home/runner/FlowiseAI/.config/npm/node_global/lib/node_modules/flowise
npm ERR! dest /home/runner/FlowiseAI/.config/npm/node_global/lib/node_modules/.flowise-Hq5MqE0O
npm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/home/runner/FlowiseAI/.config/npm/node_global/lib/node_modules/flowise' -> '/home/runner/FlowiseAI/.config/npm/node_global/lib/node_modules/.flowise-Hq5MqE0O'

npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-05-11T07_53_22_719Z-debug-0.log

Flow
If applicable, add exported flow in order to help replicating the problem.

Setup

  • Replit, ~/FlowiseAI$ node --version v20.11.1

Additional context
Add any other context about the problem here.

@HenryHengZJ HenryHengZJ added the setup Setup related issues label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Setup related issues
Projects
None yet
Development

No branches or pull requests

2 participants