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

🤔 [ISSUE] - @eazychart-[global] - yarn No such file or directory: 'setup' #59

Open
yassinedorbozgithub opened this issue Oct 8, 2022 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@yassinedorbozgithub
Copy link
Collaborator

yassinedorbozgithub commented Oct 8, 2022

Description

When we try to install eazychart we get an error No such file or directory: 'setup'

Reproduction steps

1. run the command 
yarn setup

Screenshots

Screenshot from 2022-10-08 12-00-52

Logs

00h00m00s 0/0: : EROOR: [errno 2] NO such file or directory: 'setup'
No response

Browsers

No response

OS

Linux

@yassinedorbozgithub yassinedorbozgithub added the bug Something isn't working label Oct 8, 2022
@marrouchi marrouchi added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest and removed bug Something isn't working labels Oct 8, 2022
@marrouchi
Copy link
Contributor

marrouchi commented Oct 8, 2022

It seems to be an issue with the new version of Yarn yarnpkg/yarn#3708

We need to specify the required node / yarn versions in the README file + add the requirement to the package.json file.

Node : v16.13.0
Yarn : 1.21.1

@mSaurabh
Copy link

@marrouchi, I can take this one if you want to assign it to me.

@marrouchi
Copy link
Contributor

Hello @mSaurabh Thank you for your interest.

I don't know if you understood the issue, but to put it simply, we should remove lerna and use rather NPM workspaces or YARN workspaces. We have done multiple attempts but it wasn't fruitful.

What needs to be done is to start fresh, create the packages (react and vue) using vite and then establish the mono repo using npm or yarn workspaces.

This may take you some time, are you up for the challenge ?

@mSaurabh
Copy link

@marrouchi, thanks for that detailed outline. I'll time-box it until the end of this week. I'd like to start with replicating/understanding the issue. I'll let you know again if I can help with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants