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

Many issues on Linux #1

Closed
theseyan opened this issue Mar 19, 2022 · 0 comments · Fixed by #2
Closed

Many issues on Linux #1

theseyan opened this issue Mar 19, 2022 · 0 comments · Fixed by #2

Comments

@theseyan
Copy link
Contributor

There are many requires in the code that have incorrect cased file paths (this works on Windows, because Windows FS is case insensitive) but does not work on Linux at all (throws FILE_NOT_FOUND errors).
For some files, renaming and changing the case was enough and for others I had to change the require path in the code.

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

Successfully merging a pull request may close this issue.

1 participant