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

Windows development #185

Closed
toni-santos opened this issue Sep 8, 2024 · 2 comments
Closed

Windows development #185

toni-santos opened this issue Sep 8, 2024 · 2 comments

Comments

@toni-santos
Copy link
Collaborator

Windows development is currently a sore point for Nitsig, as we have encountered a few issues when building and developing on it, even after #173. Therefore this issue shall be used to keep track of the current problems and solutions for them, eventually properly annotating them on the README.

@toni-santos
Copy link
Collaborator Author

toni-santos commented Sep 8, 2024

After investigating and tinkering a bit I've found a solution for the issue of running yarn run dev:firefox (or the chrome equivalent).
This script is actually executing the following: concurrently 'yarn watch' 'yarn run:firefox'. When first running the script an error related to bunyan showed up, which is a dependency of web-ext. This seems to have been fixed recently (as of 2 weeks ago) 👍. If we ever encounter something similar it might be worthwhile to attempt to run the concurrently's commands in separate terminals.

@toni-santos toni-santos added this to the Version 1.0.1 milestone Sep 8, 2024
@toni-santos toni-santos modified the milestones: Version 1.1, Version 1.2 Nov 21, 2024
@toni-santos
Copy link
Collaborator Author

Make sure you are running commands in an admin shell!

@toni-santos toni-santos closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
@toni-santos toni-santos modified the milestones: Version 1.2, Version 1.1 Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant