Closed
Description
Describe the bug
Yarn 3.5.1 under ubuntu 20.04
To Reproduce
Steps to reproduce the behavior:
- Install yarn as it defined at https://yarnpkg.com/
- clone the repository
- do install "yarn install"
- See error "Error: Duplicate workspace name flowise"
Expected behavior
It should install all the dependencies without an issue
Setup
- Installation : "yarn install"
- Flowise Version [e.g. 1.2.12]
- OS: [e.g. WSL2 - Ubuntu 20.04]
- Node v18.15.0
Additional context
As far as I can see package also has the same name with the main projects name ( flowise exist in package.json )
FIX
Changing main projects name to flowiseMain and adding it into workspaces solves installation problem but then we face with another problem "ERROR Unable to find Go binary." turbo suggest update at this point. I will open another issue regarding this error.
Metadata
Metadata
Assignees
Labels
No labels