Skip to content

[BUG] Yarn install gives "Duplicate workspace name flowise" error #338

Closed
@emrahtoy

Description

@emrahtoy

Describe the bug
Yarn 3.5.1 under ubuntu 20.04

To Reproduce
Steps to reproduce the behavior:

  1. Install yarn as it defined at https://yarnpkg.com/
  2. clone the repository
  3. do install "yarn install"
  4. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions