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

Can't find service/worker.js #48

Open
ColtonIdle opened this issue Jul 21, 2024 · 5 comments
Open

Can't find service/worker.js #48

ColtonIdle opened this issue Jul 21, 2024 · 5 comments

Comments

@ColtonIdle
Copy link

CleanShot 2024-07-21 at 10 50 56@2x

Downloaded latest archive for mac. opens fine, but after a load a document (either a pdf or a .md file) then it gets this error above ^

@spidersouris
Copy link

See #36 (comment) for workaround

@brimwats
Copy link

Confirmed; @spidersouris / #36 does fix

@codebucket
Copy link

codebucket commented Dec 17, 2024

See #36 (comment) for workaround

Alternatively we can create a symbolic link to the resources\app\src folder at the place where the executable is placed

For Windows we can use this command from within a command shell that is running with local admin rights
mklink /D resources\app\src .\src

@marcelarie
Copy link

How can I fix this in linux?

@codebucket
Copy link

How can I fix this in linux?

Instead of mklink /D use ln -s
Please refer here for details - https://linuxize.com/post/how-to-create-symbolic-links-in-linux-using-the-ln-command/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants