-
Notifications
You must be signed in to change notification settings - Fork 47
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
Build issue in windows #5610
Comments
In windows git bash, rsync is not installed by default and we use rsync in build.sh. Here's tutorial to install rsync in git bash. |
Did you switch to windows? |
Using both mac and windows but tried on windows and it threw error. |
Just finished checking and seems like good idea to use Cygwin |
Ok, then we can update this line in README https://github.com/FlowCrypt/flowcrypt-browser/blob/master/README.md?plain=1#L22 to And before https://github.com/FlowCrypt/flowcrypt-browser/blob/master/README.md?plain=1#L28 add another line:
|
Sounds good |
When we run
npm run build
ornpm run build-incremental
in git bash or something like that, it throws below error.The text was updated successfully, but these errors were encountered: