-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Yarn build not working #1
Comments
Any help is greatly appreciated. I might have misunderstood something because it seems that yarn is used for testing apps. Should I not have run "sudo apt install yarn"? |
Hi @jacobhweeks - thanks for raising this. I've not seen this error message before, and have been unable to recreate it. Here are a couple of things to try, if none of them work, then please provide more info, so that I can look into this for you. Option 1 - Wrong yarn package installedFrom your error message, it sounds to me like you've either not got yarn properly installed, of you've got the wrong package all together. How did you install it, if you ran If this is the case, just uninstall it, and then install the correct package, e.g. for Debian:
You can also just install yarn using NPM, which may be easier: First remove obsolete stuff: Option 2 - Alternative work arounds
Option 3 - Provide more infoIf your still facing issues, then would you mind sharing details about your environment as well as the logs for this problem, so that I could look into this?
Prior to doing so, please check that everything is set up properly
|
Hi @Lissy93, Thank you so much. I've got it running now using the first option that you provided. I would be interested in working on this or a fork of it. I'm relatively new to GitHub but have some development experience and would like to add features once I have had the time to look everything over to get the 'lay of the land'. Thanks again! |
Great, glad it's all working now :) For anyone else experiencing yarn-related errors, I've updated the Troubleshooting Guide with instructions on how to fix. |
Hello,
When I try to run yarn build as indicated in the instructions, I am presented with an [Errno 2] No such file or directory: 'build'
The text was updated successfully, but these errors were encountered: