-
Notifications
You must be signed in to change notification settings - Fork 176
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
On Windows you cannot use yarn bootstrap #314
Comments
Hi @SoyDiego unfortunately I don't have a windows machine, so I'm not sure how much help I can be here to implement and validate a solution. If this is something you want to tackle and open a pull request for that'd be great. I'm sure others might find it useful in the feature that contribute to the project and also use windows. |
I don't use Windows. And I'm trying to help but sometimes is difficult when you are alone fighthing with something that you didn't write and you ask for help and anyone reply. Is like the project is dead |
Hi all! I have been investigating a bit this issue since I have a windows machine and it seems that the yarn command is not working because its behavior is changed. I commented the line from the But, this would probably make the linux version unusable, right? |
If commenting it out works, my guess is the |
Okay, could anyone with linux check that yarn still works? If it works I can do the one-line merge request 😆 |
Thanks @JoanGil. Maybe @JoanGil you can write here in this post your workaround with all the steps that you did to run the project in Windows and use that information temporary until the people of callstack reply us and they help us to find a solution. Will help future users with Windows and with the same problem, your steps. What do you think, @iM-GeeKy? Thanks again both |
I think for now we can add a blurb to our Contributing Guide to provide window users with a workaround until we can find a proper solution. I don't have a windows machine, so this isn't very easy to troubleshoot on my end. If were looking into this along with the |
Okay, I will debug a bit more the error and update the Contributing Guide with the steps I followed to make it work on a Windows machine. |
…ng on a Windows machine
…ows machine This solves the issue web-ridge#314
Closing for now since we can use the temporary solution provided in the contributing guide |
Current behaviour
@RichardLindhout @iM-GeeKy
I tried in 3 differents laptops and I always use yarn. I tried to install doing
yarn bootstrap
and nothing is happening.All time I was thinking is my problem but inside your project is the only place where is not working.
In Linux works perfectly.
Expected behaviour
Can use in Windows too.
Preview
The text was updated successfully, but these errors were encountered: